[][src]Type Definition instinct::PlaneRef

type PlaneRef<'a, N> = (&'a Point3<N>, &'a Point3<N>, &'a Point3<N>);

Trait Implementations

impl<'a, N: RealField> InstinctOrd<Point<N, U3>> for PlaneRef<'a, N>[src]

impl<'a, N: RealField> InstinctOrd<(&'a Point<N, U3>, &'a Point<N, U3>)> for PlaneRef<'a, N>[src]

impl<'a, N: RealField> InstinctOrd<(Point<N, U3>, Point<N, U3>)> for PlaneRef<'a, N>[src]

impl<'a, N: RealField> InstinctOrd<(&'a Point<N, U3>, &'a Point<N, U3>, &'a Point<N, U3>)> for PlaneRef<'a, N>[src]

Compare two planes

impl<'a, N: RealField> InstinctOrd<(Point<N, U3>, Point<N, U3>, Point<N, U3>)> for PlaneRef<'a, N>[src]