Transform a vector by a two-by-two 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 two-by-two matrix. Note that the arguments are "backwards."