Blender V4.5
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 10 of file matrix.cc.

Function Documentation

◆ EIG_invert_m4_m4()

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