|
Euclid
Geometry Processing and Shape Analysis in C++
|
Public Member Functions | |
| Transform () | |
| Initialize to identity matrices. | |
| Transform (const Eigen::Matrix4f &model, const Eigen::Matrix4f &view, const Eigen::Matrix4f &projection) | |
| Initialize from the mvp matrices. | |
Public Attributes | |
| Eigen::Matrix4f | model_matrix |
| The model matrix. | |
| Eigen::Matrix4f | mvp |
| The model-view-projection matrix. | |
| Eigen::Matrix4f | normal_matrix |
| The normal matrix. More... | |
| Eigen::Matrix4f Euclid::Transform::normal_matrix |
Inverse transpose of model matrix.