Constructor. Take and store the Vec3's x, y and z properties
the Vec3's x; defaults to 0
the Vec3's y; defaults to 0
the Vec3's z; defaults to 0
Getter for the Array form of the Vec3
Getter for the Float32Array form of the Vec3
Getter for the Vec3's magnitude
Getter for the readable string form of the Vec3
Clone the Vec3
a new Vec3 with the same x, y and z as this one
Set the Vec3's x, y and z to the given values
the new x; defaults to 0
the new y; defaults to 0
the new z; defaults to 0
Set the Vec3's x to the given value
the new x; defaults to 0
Set the Vec3's y to the given value
the new y; defaults to 0
Set the Vec3's y to the given value
Class representing a three-dimensional Vector with properties x, y and z and providing static utilities for mathematical operations