[][src]Type Definition instinct::Plane

type Plane<N> = (Point3<N>, Point3<N>, Point3<N>);

Trait Implementations

impl<N: RealField> InstinctOrd<Point<N, U3>> for Plane<N>[src]

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

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

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

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