OpenLexocad
27.0
|
This is a simple implementation of double based matrix. More...
#include <Matrix4d.h>
Public Member Functions | |
Matrix4 () | |
void | multVecMatrix (const Geom::Pnt &src, Geom::Pnt &dst) const |
void | makeIdentity () |
void | setScale (double value) |
init the matrix to be scale matrix More... | |
Matrix4 & | operator *= (const Matrix4 &m) |
Matrix4 & | multRight (const Matrix4 &m) |
Public Attributes | |
double | matrix [4][4] {} |
This is a simple implementation of double based matrix.
Geom::Matrix4::Matrix4 | ( | ) |
void Geom::Matrix4::makeIdentity | ( | ) |
void Geom::Matrix4::setScale | ( | double | value | ) |
init the matrix to be scale matrix
value | scale value |
double Geom::Matrix4::matrix[4][4] {} |