![]() |
ufe
3.2
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 <types.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 runtimes.
Star operator overload to multiply matrices.
std::array<std::array<double, 4>, 4> Ufe::Matrix4d::matrix |
Definition at line 121 of file types.h.
Referenced by Ufe::operator<<().