9#ifndef __EIGEN3_SVD_C_API_CC__
10#define __EIGEN3_SVD_C_API_CC__
13#if defined(__GNUC__) && !defined(__clang__)
14# pragma GCC diagnostic ignored "-Wlogical-op"
17#ifdef __EIGEN3_SVD_C_API_CC__
27using Eigen::JacobiSVD;
29using Eigen::NoQRPreconditioner;
31using Eigen::ComputeThinU;
32using Eigen::ComputeThinV;
43 unsigned int flags = (r_U ? ComputeThinU : 0) | (r_V ? ComputeThinV : 0);
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
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
void EIG_svd_square_matrix(const int size, const float *matrix, float *r_U, float *r_S, float *r_V)