Click or drag to resize

Triangle2 Constructor (Vector2, Vector2, Vector2)

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 Triangle2(
	Vector2 a,
	Vector2 b,
	Vector2 c
)

Parameters

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