mazth 0.2.1

Matrix utilities.
Documentation
1
2
3
pub trait IIntersect< Other, Result > {
    fn intersect( & mut self, other: & Other ) -> Option< Result >;
}