alecjacobson / computer-graphics-ray-casting

Computer Graphics Assignment about Ray Casting
30 stars 28 forks source link

Include <Eigen/Dense>, <cmath> #4

Closed chenbowen closed 6 years ago

chenbowen commented 6 years ago

Can we include <Eigen/Dense> or \<cmath>? Can we use Eigen to compute the inverse of a matrix?

johnkanji commented 6 years ago

Yes, both of these are fine. Feel free to use any vector or matrix functions you need in Eigen.