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