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