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