The attitude of the body frame of the object wrt the requested frame. Only eUtFrameInertial and eUtFrameFixed are supported.
[Visual Basic .NET] |
---|
Public Sub Attitude( _ ByVal Frame As AgEUtFrame, _ ByRef Q1 As Double, _ ByRef Q2 As Double, _ ByRef Q3 As Double, _ ByRef Q4 As Double _ ) |
[C#] |
---|
public void Attitude( AgEUtFrame Frame, ref double Q1, ref double Q2, ref double Q3, ref double Q4 ); |
- Frame
- Requested frame to express the results.
- Q1
- Q1 component of the quaternion at the current time.
- Q2
- Q2 component of the quaternion at the current time.
- Q3
- Q3 component of the quaternion at the current time.
- Q4
- Q4 component of the quaternion at the current time.