![]() |
ufe
1.0
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
Matrix class for 3D transforms. More...
#include <transform3d.h>
Public Member Functions | |
Matrix4d | operator* (const Matrix4d &rhs) const |
Star operator overload to multiply matrices. More... | |
Public Attributes | |
std::array< std::array< double, 4 >, 4 > | matrix |
Matrix class for 3D transforms.
Matrix class to allow matrix operations across different run-times.
Definition at line 26 of file transform3d.h.
Star operator overload to multiply matrices.
std::array<std::array<double, 4>, 4> Ufe::Matrix4d::matrix |
Definition at line 27 of file transform3d.h.