(getter) Vector area.
(getter) Returns the basic array representation of this vector.
(getter/setter) Vector height. Alias of Vector#x x
(getter/setter) Vector height. Alias of Vector#x x
(getter/setter) Vector width. Alias of Vector#x x
Adds iteration to the object, allowing it to be destructured and iterated upon in various useful ways.
Clones the vector
The cloned vector
Calculates the cross product between this and two other supplied vectors
The cross product of the two vectors
Calculates the distance between this and the supplied vector
The vector to calculate the distance from
The distance between this and the supplied vector
Calculated the distance on the W axis between this and the supplied vector
The vector to calculate the distance from
The distance, along the y axis, between this and the supplied vector
Calculates the distance on the X axis between this and the supplied vector
The vector to calculate the distance from
The distance, along the x axis, between this and the supplied vector
Calculated the distance on the Y axis between this and the supplied vector
The vector to calculate the distance from
The distance, along the y axis, between this and the supplied vector
Calculated the distance on the Z axis between this and the supplied vector
The vector to calculate the distance from
The distance, along the y axis, between this and the supplied vector
Calculates the dot product between this and a supplied vector
The vector object against which to calculate the dot product
The dot product of the two vectors
Alias of Vector#multiplyScalar__anchor multiplyScalar
Alias of Vector#multiplyScalarNew__anchor multiplyScalarNew
StaticgetStaticinterpolateStaticlerp
A basic 3D Vector class that provides simple algebraic functionality in the form of 3D Vectors.
We use Getters/setters for both principle properties (x & y) as well as virtual properties (rotation, length etc.).
Vec4
Author
Liam Egan liam@wethecollective.com
Version
1.0.0
Created
Jan 07, 2020