Creates non-persistent axes fixed in axes on the surface of a central body with the location specified by the origin point. The quaternion defines the axes's orientation.
| [Visual Basic .NET] |
|---|
Public Function CreateTopocentricAxesQuaternion( _ ByVal OriginPoint As IAgCrdnPoint, _ ByVal QX As Double, _ ByVal QY As Double, _ ByVal QZ As Double, _ ByVal QS As Double _ ) As IAgCrdnAxesFixed |
| [C#] |
|---|
public IAgCrdnAxesFixed CreateTopocentricAxesQuaternion( |
| [Managed C++] |
|---|
public: IAgCrdnAxesFixed^ CreateTopocentricAxesQuaternion( |
| [Java] |
|---|
public IAgCrdnAxesFixed createTopocentricAxesQuaternion( |
| [Unmanaged C++] |
|---|
public: HRESULT CreateTopocentricAxesQuaternion( |
- OriginPoint
- Specify an origin point of the axes on the surface of a central body.
- QX
- The first element of the vector component of the quaternion representing orientation between two sets of axes. This quaternion is from the reference axes to the body frame; if n and A are the axis and angle of rotation, respectively, then QX = nx sin(A/2). Dimensionless.
- QY
- The second element of the vector component of the quaternion representing orientation between two sets of axes. This quaternion is from the reference axes to the body frame; if n and A are the axis and angle of rotation, respectively, then QY = ny sin(A/2). Dimensionless.
- QZ
- The third element of the vector component of the quaternion representing orientation between two sets of axes. This quaternion is from the reference axes to the body frame; if n and A are the axis and angle of rotation, respectively, then QZ = nz sin(A/2). Dimensionless.
- QS
- The scalar component of the quaternion representing orientation between two sets of axes. This quaternion is from the reference axes to the body frame; if n and A are the axis and angle of rotation, respectively, then QS = cos(A/2). Dimensionless.
Creates a fixed axes based on the origin point with Quaternion orientation (using common tasks).
| [C#] | Copy Code | |
|---|---|---|
| ||
Creates a fixed axes based on the origin point with Quaternion orientation (using common tasks).
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
