dilevin / computer-graphics-ray-casting

Computer Graphics Assignment about Ray Casting
2 stars 7 forks source link

Can we use .normalized() and .determinant()? #87

Open jennicao opened 2 months ago

jennicao commented 2 months ago

Can we use .normalized() from eigen for vector normalization?

and .determinant() for the determinant of a matrix?

panuelosj commented 2 months ago

yes