Click or drag to resize

BoxFToPoints Method (Vector3F)

Converts the current instance of BoxF into the box corners array.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public void ToPoints(
	ref Vector3F[] points
)

Parameters

points
Type: NeoAxisVector3F
The array for the box corners.
See Also