Blender V5.0
Matrix3 Class Reference

#include <eigen_utils.h>

Inherits Eigen::Matrix3f.

Public Types

using ctype = float (*)[3]

Public Member Functions

 Matrix3 ()=default
 Matrix3 (const ctype &v)
Matrix3operator= (const ctype &v)
 operator ctype ()

Detailed Description

Definition at line 61 of file eigen_utils.h.

Member Typedef Documentation

◆ ctype

using Matrix3::ctype = float (*)[3]

Definition at line 63 of file eigen_utils.h.

Constructor & Destructor Documentation

◆ Matrix3() [1/2]

Matrix3::Matrix3 ( )
default

Referenced by operator=().

◆ Matrix3() [2/2]

Matrix3::Matrix3 ( const ctype & v)
inline

Definition at line 67 of file eigen_utils.h.

References l, and v.

Member Function Documentation

◆ operator ctype()

Matrix3::operator ctype ( )
inline

Definition at line 86 of file eigen_utils.h.

References data.

◆ operator=()

Matrix3 & Matrix3::operator= ( const ctype & v)
inline

Definition at line 76 of file eigen_utils.h.

References l, Matrix3(), and v.


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