Decompose([Out] GeVec3d% pTranslation,[Out] GeQuat% pRotation,[Out] GeVec3d% pScale,[Out] GeQuat% pScaleOrientation) | X3g::Plugin::GeMatrix | |
Equals(System::Object^ pOther) override | X3g::Plugin::GeMatrix | virtual |
GeMatrix() | X3g::Plugin::GeMatrix | |
GeMatrix(double a00, double a01, double a02, double a03, double a10, double a11, double a12, double a13, double a20, double a21, double a22, double a23, double a30, double a31, double a32, double a33) | X3g::Plugin::GeMatrix | |
GeMatrix(array< double >^pValues) | X3g::Plugin::GeMatrix | |
GeMatrix(GeMatrix^ other) | X3g::Plugin::GeMatrix | |
GeMatrix(GeVec3d xAxis, GeVec3d yAxis, GeVec3d zAxis, GeVec3d origin) | X3g::Plugin::GeMatrix | |
Get() | X3g::Plugin::GeMatrix | |
Identity | X3g::Plugin::GeMatrix | static |
Invert(GeMatrix^ pMatrix) | X3g::Plugin::GeMatrix | static |
IsIdentity() | X3g::Plugin::GeMatrix | |
NormalMatrix(GeMatrix^ pMatrix) | X3g::Plugin::GeMatrix | static |
PostMult(GeMatrix^ pOther) | X3g::Plugin::GeMatrix | |
PreMult(GeMatrix^ pOther) | X3g::Plugin::GeMatrix | |
Rotate(double angle, double x, double y, double z) | X3g::Plugin::GeMatrix | static |
Rotate(double angle, GeVec3d axis) | X3g::Plugin::GeMatrix | static |
Rotate(double angle, GeVec3f axis) | X3g::Plugin::GeMatrix | static |
Rotate(GeQuat q) | X3g::Plugin::GeMatrix | static |
Scale(double x, double y, double z) | X3g::Plugin::GeMatrix | static |
Scale(double v) | X3g::Plugin::GeMatrix | static |
Scale(GeVec3d v) | X3g::Plugin::GeMatrix | static |
Scale(GeVec3f v) | X3g::Plugin::GeMatrix | static |
ToString() override | X3g::Plugin::GeMatrix | virtual |
Transform(GeVec2d v) | X3g::Plugin::GeMatrix | |
Transform(GeVec2f v) | X3g::Plugin::GeMatrix | |
Transform(GeVec3d v) | X3g::Plugin::GeMatrix | |
Transform(GeVec3f v) | X3g::Plugin::GeMatrix | |
Transform(GeVec4d v) | X3g::Plugin::GeMatrix | |
Transform(GeVec4f v) | X3g::Plugin::GeMatrix | |
TransformDirection(GeVec3d v) | X3g::Plugin::GeMatrix | |
TransformDirection(GeVec3f v) | X3g::Plugin::GeMatrix | |
Translate(double x, double y, double z) | X3g::Plugin::GeMatrix | static |
Translate(GeVec3d v) | X3g::Plugin::GeMatrix | static |
Translate(GeVec3f v) | X3g::Plugin::GeMatrix | static |
Transpose(GeMatrix^ pMatrix) | X3g::Plugin::GeMatrix | static |