9#ifndef __EIGEN3_MATRIX_C_API_CC__
10#define __EIGEN3_MATRIX_C_API_CC__
13#if defined(__GNUC__) && !defined(__clang__)
14# pragma GCC diagnostic ignored "-Wlogical-op"
17#ifdef __EIGEN3_MATRIX_C_API_CC__
33 bool invertible =
true;
34 M.computeInverseWithCheck(
R, invertible, 0.0f);
38 memcpy(
inverse,
R.data(),
sizeof(
float) * 4 * 4);
in reality light always falls off quadratically Particle Retrieve the data of the particle that spawned the object for example to give variation to multiple instances of an object Point Retrieve information about points in a point cloud Retrieve the edges of an object as it appears to Cycles topology will always appear triangulated Convert a blackbody temperature to an RGB value Normal Map
btMatrix3x3 inverse() const
Return the inverse of the matrix.
bool EIG_invert_m4_m4(float inverse[4][4], const float matrix[4][4])