![]() |
VectorNav .NET Library
|
Representation of an orientation/attitude. More...
Static Public Member Functions | |
| static AttitudeF | FromQuat (quatf quat) |
Creates a new AttitudeF from a quaternion. More... | |
| static AttitudeF | FromYprInDegs (vec3f ypr) |
Creates a new AttitudeF from yaw, pitch, roll in degrees. More... | |
| static AttitudeF | FromYprInRads (vec3f ypr) |
Creates a new AttitudeF from yaw, pitch, roll in radians. More... | |
| static AttitudeF | FromDcm (mat3f dcm) |
Creates a new AttitudeF from a direction cosine matrix. More... | |
Properties | |
| static AttitudeF | NoRotation [get] |
Returns an AttitudeF representing no rotation. More... | |
| vec3f | YprInDegs [get] |
| Returns the orientation as represented in yaw, pitch, roll in degrees. More... | |
| vec3f | YprInRads [get] |
| Returns the orientation as represented in yaw, pitch, roll in radians. More... | |
| quatf | Quat [get] |
| Returns the orientation as represented in quaternion. More... | |
| mat3f | Dcm [get] |
| Returns the orientation as represented by a direction cosine matrix. More... | |
Representation of an orientation/attitude.
|
get |
Returns the orientation as represented by a direction cosine matrix.
|
staticget |
Returns an AttitudeF representing no rotation.
|
get |
Returns the orientation as represented in quaternion.
|
get |
Returns the orientation as represented in yaw, pitch, roll in degrees.
|
get |
Returns the orientation as represented in yaw, pitch, roll in radians.
1.8.10