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