Trait rinmath::InsidePolygon[][src]

pub trait InsidePolygon<T: Real> {
    fn inside_polygon(&self, polygon: &Polyline<T>, bound: bool) -> bool;
}

Required Methods

Implementations on Foreign Types

impl<T: Real + NumCast> InsidePolygon<T> for Pnt2<T>
[src]

Implementors