BoxToPoints Method (Vector3) |
Converts the current instance of
Box into the box corners array.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void ToPoints(
ref Vector3[] points
)
Parameters
- points
- Type: NeoAxisVector3
The array for the box corners.
See Also