Alternate name for the w component.
Alternate name for the z component.
Alternate name for the y component.
Returns the length of the vector.
Returns the squared length of the vector.
Alternate name for the x component.
w component of the vec4.
x component of the vec4.
y component of the vec4.
z component of the vec4.
Returns a copy of the vector with its length clamped to length.
Like distance(), but returns the squared distance between vectors.
StaticlerpStaticmaxStaticminReturns a copy of the vector with its length scaled to 1.
StaticoneReturns the vector (1, 1, 1, 1).
Returns a string representation of the vector.
StaticzeroReturns the vector (0, 0, 0, 0).
A four dimensional vector. Vectors can only store finite numbers in the range Number.MIN_VALUE to Number.MAX_VALUE.
Example