ApplyMatrixMultiplies a vector by matrix | |||||||
Arguments
Return ValueThe vector product v1 is returned.ExplanationThe short vector v0 is multiplied by the matrix m beginning with the rightmost end.The product is stored in vector v1. The argument format is as follows:
NotesThis function destroys the rotation matrix.See AlsoMATRIX, SVECTOR, VECTOR |