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

Operator *:AffineMat4<T>( q:AffineMat4<T> )
Operator *:Vec3<T>( v:Vec3<T> )
Operator *:Box<T>( box:Box<T> )

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