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

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
 

Detailed Description

Matrix class for 3D transforms.

Matrix class to allow matrix operations across different runtimes.

Definition at line 119 of file types.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 121 of file types.h.

Referenced by Ufe::operator<<().


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