Multiplies the 3x3 matrix m by the 2-element column vector a and stores the result in the 2-element vector b.
This is a convenience function where m is assumed to be a 2D transformation matrix and a implicitly represents
the homogeneous coordinates [ a.x, a.y, 1.0 ]
b = m * aMultiplies the 3x3 matrix
mby the 2-element column vectoraand stores the result in the 2-element vectorb.This is a convenience function where
mis assumed to be a 2D transformation matrix andaimplicitly represents the homogeneous coordinates[ a.x, a.y, 1.0 ]