psychopath/sub_crates/math3d/src
Nathan Vegdahl 011405e131 Implemented robust ray origin calculation for bounced rays.
We take a small performance hit for this, but given that it's
making things meaningfully more correct I feel like it's more
than worth it.
2017-06-19 22:28:44 -07:00
..
lib.rs Moved Float4 and Matrix and Vector math into their own sub-crates. 2017-05-12 21:01:54 -07:00
matrix.rs Reformatted sub-crates with new rustfmt as well. 2017-06-15 22:21:25 -07:00
normal.rs Reformat code with latest rustfmt and custom config. 2017-05-14 13:43:51 -07:00
point.rs Reformat code with latest rustfmt and custom config. 2017-05-14 13:43:51 -07:00
vector.rs Implemented robust ray origin calculation for bounced rays. 2017-06-19 22:28:44 -07:00