e2r 0.2.0

experimental rendering engine in rust
Documentation
pub mod test_mat3x1;
pub mod test_mat1x3;
pub mod test_mat4x1;
pub mod test_mat1x4;
pub mod test_mat4;
pub mod test_mat3;
pub mod test_quat;
pub mod test_util;
pub mod test_spline_bezier;
pub mod test_linearinterp;
pub mod test_interpolate;
pub mod test_bound;
pub mod test_intersect_ray_ray;
pub mod test_intersect_ray_point;
pub mod test_intersect_ray_sphere;
pub mod test_intersect_ray_plane;
pub mod test_intersect_sphere_sphere;
pub mod test_intersect_sphere_point;
pub mod test_intersect_sphere_plane;
pub mod test_intersect_plane_point;
pub mod test_intersect_point_point;
pub mod test_spatial_accel_bvh;
pub mod test_intersect_gjk;