EulerAngles class abstract

Euler Angles class

Report of spatial orientation according to SNAME's notation (1950).

Inheritance
Implemented types

Constructors

EulerAngles([void updates(EulerAnglesBuilder b)?])
factory

Properties

abbrev String
no setteroverride
dst int
no setterinherited
dstEnt int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
msgId int
no setteroverride
phi double
Rotation around the vehicle longitudinal axis.
no setter
psi double
Rotation around the vehicle vertical axis. A value of 0 means the vehicle is oriented towards true north. In cases where the sensor cannot measure the true heading, this field will have the same value as Yaw (Magnetic).
no setter
psiMagnetic double
Rotation around the vehicle vertical axis. A value of 0 means the vehicle is oriented towards magnetic north. In cases where the sensor cannot measure the magnetic heading, this field will have the same value as Yaw (True).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
theta double
Rotation around the vehicle lateral or transverse axis.
no setter
time double
The device time.
no setter
timestamp DateTime?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(EulerAnglesBuilder)) EulerAngles
Rebuilds the instance.
inherited
toBuilder() EulerAnglesBuilder
Converts the instance to a builder B.
inherited
toJson([bool includeHeader = true]) Map<String, dynamic>
To JSON object
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

staticId → const int