Click or drag to resize

BoxFToPoints Method

Converts the current instance of BoxF into the box corners array and returns the result.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Vector3F[] ToPoints()

Return Value

Type: Vector3F
The resulting box corners array.
See Also