Creates a new Vector.
Private temporary vectors
Temporary vectors
Zero-vector
Returns a new vector copied from 'this'.
A copied vector
Divides the vector by the given divisor.
The divisor
The divided vector
Returns the length of the vector.
The length of the vector
Returns the squared length of the vector.
The squared length of the vector
Rotates the vector by 180 degrees.
A negated vector
Normalises the vector.
The normalised vector
Rotates the vector by the given angle.
A rotated vector
Rotates the vector by 270 degrees.
The rotated vector
Rotates the vector by 90 degrees.
The rotated vector
Scales the vector by the given scalar.
The scalar
The scaled vector
Sets the coordinates of a vector to the given values.
The vector
Generated using TypeDoc
The Vector is class that provides methods for manipulating vectors.