Type Alias Line

Source
pub type Line<N> = (Point3<N>, Point3<N>);

Trait Implementations§

Source§

impl<'a, N: RealField> InstinctOrd<(&'a Point<N, U3>, &'a Point<N, U3>)> for Line<N>

Source§

fn instinct_cmp(&self, other: &LineRef<'a, N>) -> Ordering

Source§

fn instinct_cmp_ext(&self, other: &LineRef<'a, N>) -> Option<Ordering>

Source§

impl<'a, N: RealField> InstinctOrd<(&'a Point<N, U3>, &'a Point<N, U3>, &'a Point<N, U3>)> for Line<N>

Source§

fn instinct_cmp(&self, other: &PlaneRef<'a, N>) -> Ordering

Source§

fn instinct_cmp_ext(&self, other: &PlaneRef<'a, N>) -> Option<Ordering>

Source§

impl<'a, N: RealField> InstinctOrd<(Point<N, U3>, Point<N, U3>)> for Line<N>

Source§

fn instinct_cmp(&self, other: &Line<N>) -> Ordering

Source§

fn instinct_cmp_ext(&self, other: &Line<N>) -> Option<Ordering>

Source§

impl<N: RealField> InstinctOrd<(Point<N, U3>, Point<N, U3>, Point<N, U3>)> for Line<N>

Source§

fn instinct_cmp(&self, other: &Plane<N>) -> Ordering

Source§

fn instinct_cmp_ext(&self, other: &Plane<N>) -> Option<Ordering>

Source§

impl<'a, N: RealField> InstinctOrd<Point<N, U3>> for Line<N>

Compare line linked by two points and a point

Source§

fn instinct_cmp(&self, other: &Point3<N>) -> Ordering

Source§

fn instinct_cmp_ext(&self, other: &Point3<N>) -> Option<Ordering>