Interface IOrientationSensor
This class represents a sensor of type Orientation. It measures the orientation of device in the real world.
- Inherited Members
Properties
Pitch
Gets the value of the pitch (in radian). The pitch is the rotation around the lateral axis of the device, that is the Ox axis.
Property Value
Quaternion
Gets the quaternion specifying the current rotation of the device.
Property Value
Roll
Gets the value of the roll (in radian). The roll is the rotation around the longitudinal axis of the device, that is the Oy axis.
Property Value
RotationMatrix
Gets the rotation matrix specifying the current rotation of the device.
Property Value
Yaw
Gets the value of the yaw (in radian). The yaw is the rotation around the vertical axis of the device, that is the Oz axis.