Blender  V2.93
Public Types | Public Member Functions | List of all members
Matrix3 Class Reference

#include <eigen_utils.h>

Inherits Eigen::Matrix3f.

Public Types

typedef float(* ctype)[3]
 

Public Member Functions

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

Detailed Description

Definition at line 79 of file eigen_utils.h.

Member Typedef Documentation

◆ ctype

typedef float(* Matrix3::ctype)[3]

Definition at line 81 of file eigen_utils.h.

Constructor & Destructor Documentation

◆ Matrix3() [1/2]

Matrix3::Matrix3 ( )
inline

Definition at line 83 of file eigen_utils.h.

◆ Matrix3() [2/2]

Matrix3::Matrix3 ( const ctype v)
inline

Definition at line 87 of file eigen_utils.h.

References l, and v.

Member Function Documentation

◆ operator ctype()

Matrix3::operator ctype ( )
inline

Definition at line 106 of file eigen_utils.h.

References data.

◆ operator=()

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

Definition at line 96 of file eigen_utils.h.

References l, and v.


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