Applies the rotation q
to the vector.
Calculates the linear interpolation (lerp) between the current value and v
, using a
as the interpolation factor, then updates the vector's value to the result.
The interpolation factor, specified as a number between [0, 1].
Generated using TypeDoc
A 3-dimensional vector.
Methods that manipulate values are generally destructive. To preserve the original values, explicitly call
clone()
to create a duplicate instance.