AngularVelocity class
Encapsulates angular velocity data, values are in degrees per second @author Eric Tsai
- Inheritance
-
- Object
- FloatVector
- AngularVelocity
Constructors
- AngularVelocity(double x, double y, double z)
Properties
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