Values that the vector contains.
Returns w value of the vector.
Set the value
as new w.
Returns x value of the vector.
Set the value
as new x.
Returns xyz values of the vector as Float32Vector3
.
Returns y value of the vector.
Set the value
as new y.
Returns z value of the vector.
Set the value
as new z.
Add other
to the vector and returns new Float32Vector4
.
This method does not mutate the vector.
Multiply the vector by scalar
and returns new Float32Vector4
.
This method does not mutate the vector.
Subtract other
from the vector and returns new Float32Vector4
.
This method does not mutate the vector.
Generated using TypeDoc
A 4-dimensional vector of single-precision float numbers.