Attitude class abstract Sensor Data Source
Device orientation attitude data in 3D space.
Describes the device's orientation expressed as Euler angles (roll, pitch, yaw) along with optional noise variance measurements.
Constructors
Properties
- acquisitionTime → DateTime
-
The time when this sensor data was acquired.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasPitchNoise → bool
-
Whether pitch noise data is available.
no setter
- hasRollNoise → bool
-
Whether roll noise data is available.
no setter
- hasYawNoise → bool
-
Whether yaw noise data is available.
no setter
- pitch → double
-
The device pitch angle in degrees.
no setter
- pitchNoise → double
-
The variance (noise) of the pitch measurement in degrees squared.
no setter
- roll → double
-
The device roll angle in degrees.
no setter
- rollNoise → double
-
The variance (noise) of the roll measurement in degrees squared.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → DataType
-
The type of this sensor data.
no setterinherited
- yaw → double
-
The device yaw angle in degrees.
no setter
- yawNoise → double
-
The variance (noise) of the yaw measurement in degrees squared.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited