Triangle2F(Vector2F, Vector2F, Vector2F) 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 Triangle2F(
Vector2F a,
Vector2F b,
Vector2F c
)
Parameters
- a Vector2F
- The A component of the triangle.
- b Vector2F
- The B component of the triangle.
- c Vector2F
- The C component of the triangle.
See Also