Attitude class abstract Sensor Data Source

Attitude class

Inheritance

Constructors

Attitude()

Properties

acquisitionTime DateTime
Acquisition time
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasPitchNoise bool
Whether the device pitch is noisy
no setter
hasRollNoise bool
Whether the device roll is noisy
no setter
hasYawNoise bool
Whether the device yaw is noisy
no setter
pitch double
Device pitch, in degrees
no setter
pitchNoise double
Variance of device pitch, in degrees squared
no setter
roll double
Device roll, in degrees
no setter
rollNoise double
Variance of device roll, in degrees squared
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DataType
Get data type.
no setterinherited
yaw double
Device yaw, in degrees
no setter
yawNoise double
Variance of device yaw, 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