Description
An array of 4-tuples each tuple representing the orientation of the axes as a quaternion (q1,q2,q3,q4).
Property type
Read-only property
Syntax
[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(
SAFEARRAY * * ppRetVal
);
|
[Java] |
---|
public AgSafeArray getQuaternions();
|
[Python - STK API] |
---|
@property
def Quaternions(self) -> list:
|
See Also