Euclid
Geometry Processing and Shape Analysis in C++
Euclid::Transform Struct Reference

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...
 

Member Data Documentation

Eigen::Matrix4f Euclid::Transform::normal_matrix

Inverse transpose of model matrix.


The documentation for this struct was generated from the following file: