Trait rin::prelude::InsidePolygon[][src]

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

Trait to check if a point is inside a polygon

Required methods

pub fn inside_polygon(&self, polygon: &Polyline<T>, bound: bool) -> bool[src]

Loading content...

Implementors

impl<T> InsidePolygon<T> for Point<T, U2> where
    T: RealField + NumCast
[src]

Loading content...