Blender  V3.3
Macros | Functions
matrix.cc File Reference
#include <Eigen/Core>
#include <Eigen/Dense>
#include "matrix.h"

Go to the source code of this file.

Macros

#define __EIGEN3_MATRIX_C_API_CC__
 

Functions

bool EIG_invert_m4_m4 (float inverse[4][4], const float matrix[4][4])
 

Macro Definition Documentation

◆ __EIGEN3_MATRIX_C_API_CC__

#define __EIGEN3_MATRIX_C_API_CC__

Definition at line 9 of file matrix.cc.

Function Documentation

◆ EIG_invert_m4_m4()

bool EIG_invert_m4_m4 ( float  inverse[4][4],
const float  matrix[4][4] 
)

Definition at line 27 of file matrix.cc.

References inverse(), M, and R.

Referenced by invert_m4_m4(), and invert_m4_m4_fallback().