e2r 0.2.0

experimental rendering engine in rust
Documentation
1
2
3
4

pub trait IIntersect< Other, Result > {
    fn intersect( & mut self, other: & Other ) -> Option< Result >;
}