VectorModel class
VectorModel
A vector model that has the same interface as Vector3
,
but is used by GyroProvider on its own.
The toString method is represented to 17 decimal places, but the actual data is stored to the maximum accuracy provided by the device.
Constructors
- VectorModel(double x, double y, double z)
- VectorModel
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- x → double
-
Vector along the x-axis of type double
final
- y → double
-
Vector along the y-axis of type double
final
- z → double
-
Vector along the z-axis of type double
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant VectorModel other) → bool -
The equality operator.
override