VectorModel constructor
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.
Implementation
VectorModel(this.x, this.y, this.z);