std:std.geom.AffineMat3<T>.Operator *

Operator *:Vec2<T>( v:Vec2<T> )
Operator *:Rect<T>( r:Rect<T> )
Operator *:AffineMat3<T>( m:AffineMat3<T> )

Multiplies a vector by the matrix. Multiplies a rect by the matrix. Multiplies the matrix by another matrix.