AngularVelocity class

Encapsulates angular velocity data, values are in degrees per second @author Eric Tsai

Inheritance

Constructors

AngularVelocity(double x, double y, double z)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vector List<double>
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
x() double
Gets the angular velocity around the x-axis @return X-axis angular velocity
y() double
Gets the angular velocity around the y-axis @return Y-axis angular velocity
z() double
Gets the angular velocity around the z-axis @return Z-axis angular velocity

Operators

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

Constants

degreesPerSecond → const String
Degrees per second