Transform a vector by a three-by-three matrix. Note that the arguments are "backwards."
The vector (multiplicand).
The matrix (multiplier).
The vector to store the result in.
The transformed vector.
Transformation matrix
Transform a vector by a three-by-three matrix. Note that the arguments are "backwards."