|
inlineconstexpr |
Transforms a vector by this matrix.
This method applies only the rotation component of the matrix to a given vector, ignoring any translation. This is useful for transforming direction vectors without affecting their position.
vector | The vector to transform, represented as a Vector3D. |