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
Ufe::Matrix4d Struct Reference

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
 

Detailed Description

Matrix class for 3D transforms.

Matrix class to allow matrix operations across different run-times.

Definition at line 26 of file transform3d.h.

Member Function Documentation

◆ operator*()

Matrix4d Ufe::Matrix4d::operator* ( const Matrix4d rhs) const

Star operator overload to multiply matrices.

Member Data Documentation

◆ matrix

std::array<std::array<double, 4>, 4> Ufe::Matrix4d::matrix

Definition at line 27 of file transform3d.h.


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