[][src]Trait simplify::SqSegDistance

pub trait SqSegDistance<L = Self, R = Self> where
    Self: Point,
    L: Point,
    R: Point
{ fn get_sq_seg_distance(&self, l: &L, r: &R) -> f64 { ... } }

Provided methods

fn get_sq_seg_distance(&self, l: &L, r: &R) -> f64

Loading content...

Implementors

impl<T> SqSegDistance<T, T> for T where
    T: Point
[src]

Loading content...