Gets the oriented box axes collection.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void GetAxes(
	Vector3[] result
)

Parameters

result
Type: array< Vector3 >[]()[]
The Vector3 array of the size 3, where the axes will be set.

Exceptions

ExceptionCondition
System..::.ArgumentNullException result is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also