Gets the oriented box axes collection.
Namespace:
SGP.XSpaceAssembly: 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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | result is nullNothingnullptra null reference (Nothing in Visual Basic). |