e2r 0.2.0

experimental rendering engine in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod mat;
pub mod quat;
pub mod dualquat;
pub mod util;
pub mod spline_bezier;
pub mod linearinterp;
pub mod piecewise;
pub mod bound;
pub mod bound_sphere;
///shape implementations
pub mod ray;
pub mod point;
pub mod sphere;
pub mod plane;

///todo
pub mod bvh;
pub mod intersect_gjk;