Click or drag to resize

Triangle2F Constructor (Vector2F, Vector2F, Vector2F)

Constructs a triangle with the given A, B and C components.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Triangle2F(
	Vector2F a,
	Vector2F b,
	Vector2F c
)

Parameters

a
Type: NeoAxisVector2F
The A component of the triangle.
b
Type: NeoAxisVector2F
The B component of the triangle.
c
Type: NeoAxisVector2F
The C component of the triangle.
See Also