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