Triangle2(Vector2, Vector2, Vector2) Constructor |
Constructs a triangle with the given A, B and C components.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Triangle2(
Vector2 a,
Vector2 b,
Vector2 c
)
Parameters
- a Vector2
- The A component of the triangle.
- b Vector2
- The B component of the triangle.
- c Vector2
- The C component of the triangle.
See Also