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]
Implementors
Loading content...