pub type LineRef<'a, N> = (&'a Point3<N>, &'a Point3<N>);
Trait Implementations§
Source§impl<'a, N: RealField> InstinctOrd<(&'a Point<N, U3>, &'a Point<N, U3>)> for LineRef<'a, N>
Compare two lines linked by two points for each
impl<'a, N: RealField> InstinctOrd<(&'a Point<N, U3>, &'a Point<N, U3>)> for LineRef<'a, N>
Compare two lines linked by two points for each
Source§impl<'a, N: RealField> InstinctOrd<(&'a Point<N, U3>, &'a Point<N, U3>, &'a Point<N, U3>)> for LineRef<'a, N>
Compare a line and a plane
impl<'a, N: RealField> InstinctOrd<(&'a Point<N, U3>, &'a Point<N, U3>, &'a Point<N, U3>)> for LineRef<'a, N>
Compare a line and a plane