!fk_Matrix() | FK_CLI::fk_Matrix | |
default | FK_CLI::fk_Matrix | |
Equals(fk_Matrix^ M) | FK_CLI::fk_Matrix | |
Equals(Object^ O) override | FK_CLI::fk_Matrix | virtual |
fk_Matrix() | FK_CLI::fk_Matrix | |
fk_Matrix(fk_Matrix^) | FK_CLI::fk_Matrix | |
GetCol(int col) | FK_CLI::fk_Matrix | |
GetInverse() | FK_CLI::fk_Matrix | |
GetRow(int row) | FK_CLI::fk_Matrix | |
Init() | FK_CLI::fk_Matrix | |
Inverse() | FK_CLI::fk_Matrix | |
IsRegular() | FK_CLI::fk_Matrix | |
IsSingular() | FK_CLI::fk_Matrix | |
MakeEuler(double h, double p, double b) | FK_CLI::fk_Matrix | |
MakeEuler(fk_Angle^ angle) | FK_CLI::fk_Matrix | |
MakeFrustum(double left, double right, double bottom, double top, double near, double far) | FK_CLI::fk_Matrix | |
MakeOrtho(double left, double right, double bottom, double top, double near, double far) | FK_CLI::fk_Matrix | |
MakePerspective(double fovy, double near, double far, double aspect) | FK_CLI::fk_Matrix | |
MakeRot(double rad, fk_Axis axis) | FK_CLI::fk_Matrix | |
MakeScale(double x, double y, double z) | FK_CLI::fk_Matrix | |
MakeScale(fk_Vector^ V) | FK_CLI::fk_Matrix | |
MakeTrans(double x, double y, double z) | FK_CLI::fk_Matrix | |
MakeTrans(fk_Vector^ V) | FK_CLI::fk_Matrix | |
Negate() | FK_CLI::fk_Matrix | |
operator*(fk_Matrix^ M, fk_HVector^ V1) | FK_CLI::fk_Matrix | static |
operator*(fk_Matrix^ M1, fk_Matrix^ M2) | FK_CLI::fk_Matrix | static |
operator*(double d, fk_Matrix^ M1) | FK_CLI::fk_Matrix | static |
operator*(fk_Matrix^ M1, double d) | FK_CLI::fk_Matrix | static |
operator*=(fk_Matrix^ M1, fk_Matrix^ M2) | FK_CLI::fk_Matrix | static |
operator+(fk_Matrix^ M1, fk_Matrix^ M2) | FK_CLI::fk_Matrix | static |
operator+=(fk_Matrix^ M1, fk_Matrix^ M2) | FK_CLI::fk_Matrix | static |
operator-(fk_Matrix^ M1, fk_Matrix^ M2) | FK_CLI::fk_Matrix | static |
operator-=(fk_Matrix^ M1, fk_Matrix^ M2) | FK_CLI::fk_Matrix | static |
Set(int row, int col, double value) | FK_CLI::fk_Matrix | |
SetCol(int col, fk_Vector^ V) | FK_CLI::fk_Matrix | |
SetCol(int col, fk_HVector^ V) | FK_CLI::fk_Matrix | |
SetRow(int row, fk_Vector^ V) | FK_CLI::fk_Matrix | |
SetRow(int row, fk_HVector^ V) | FK_CLI::fk_Matrix | |
ToString() override | FK_CLI::fk_Matrix | |
~fk_Matrix() | FK_CLI::fk_Matrix | |