An array of 4-tuples each tuple representing
the orientation of the axes as a quaternion (q1,q2,q3,q4).
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Quaternions() As System.Array
|
| [C#] |
|---|
public System.Array Quaternions {get;}
|
| [Managed C++] |
|---|
public: __property System::Array^ get_Quaternions();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Quaternions(
|
| [Java] |
|---|
public Object[] getQuaternions();
|