public interface OrientationSensor
OrientationSensor
provides access to sensors which measure absolute orientationModifier and Type | Method and Description |
---|---|
Orientation |
getAngularOrientation(AxesReference reference,
AxesOrder order,
AngleUnit angleUnit)
Returns the absolute orientation of the sensor as a set three angles.
|
java.util.Set<Axis> |
getAngularOrientationAxes()
Returns the axes on which the sensor measures angular orientation.
|
java.util.Set<Axis> getAngularOrientationAxes()
Orientation getAngularOrientation(AxesReference reference, AxesOrder order, AngleUnit angleUnit)
reference
- the axes reference in which the result will be expressedorder
- the axes order in which the result will be expressedangleUnit
- the angle units in which the result will be expressedOrientation