classMatrix34 01

lassMatrix34.md#f6f959eb3a4f086ed4191637171b32e3" class="el">ZRotateRadians (float anglerad)

MATRIXEXPORT Matrix34  YXRotateRadians (float yangle, float xangle) MATRIXEXPORT Matrix34  YXZRotateRadians (float yangle, float xangle, float zangle) Matrix34  YXZRotate (float yangle, float xangle, float zangle) MATRIXEXPORT Matrix34  XZYRotate (float xangle, float zangle, float yangle) MATRIXEXPORT Matrix34  VectorsToStandard (const Vector &becomezdir, const Vector &becomeydir) MATRIXEXPORT Matrix34  StandardToVectors (const Vector &newzdir, const Vector &newydir) Matrix34  RotateV (float angle, const Vector &axis) Matrix34  XRotate (float angle) Matrix34  YRotate (float angle) Matrix34  ZRotate (float angle) MATRIXEXPORT Matrix44  ToMatrix44 (const Matrix33 &m) MATRIXEXPORT Matrix44  ToMatrix44 (const Matrix34 &m) MATRIXEXPORT Matrix33  ToMatrix33 (const Matrix34 &m) MATRIXEXPORT Matrix33  ToMatrix33 (const Matrix44 &m) MATRIXEXPORT Matrix34  ToMatrix34 (const Matrix44 &m) MATRIXEXPORT Matrix34  ToMatrix34 (const Matrix33 &m) MATRIXEXPORT void  MatrixTimesScale (Matrix34 &a, const Vector &s) MATRIXEXPORT void  ScaleTimesMatrix (const Vector &s, Matrix34 &a) MATRIXEXPORT void  TwoVectorsToAxisAngle (const Vector &from, const Vector &to, Vector &axis, float &radangle) MATRIXEXPORT void  TransformVectorNoTranslate (const Matrix34 &matrix, Vector &p) Matrix34  CreateEulerMatrix (const Rotate &rotate) void  TransformVector (const Matrix34 &matrix, Vector &p)