pub struct WithinPoly;Expand description
Open point-in-polygon (winding number, hole-aware) strategy. See the module docs.
Trait Implementations§
Source§impl Clone for WithinPoly
impl Clone for WithinPoly
impl Copy for WithinPoly
Source§impl Debug for WithinPoly
impl Debug for WithinPoly
Source§impl Default for WithinPoly
impl Default for WithinPoly
Source§impl<P, G> WithinStrategy<P, G> for WithinPolywhere
G: PolygonTrait<Point = P>,
P: PointTrait,
P::Scalar: CoordinateScalar,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
impl<P, G> WithinStrategy<P, G> for WithinPolywhere
G: PolygonTrait<Point = P>,
P: PointTrait,
P::Scalar: CoordinateScalar,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
Auto Trait Implementations§
impl Freeze for WithinPoly
impl RefUnwindSafe for WithinPoly
impl Send for WithinPoly
impl Sync for WithinPoly
impl Unpin for WithinPoly
impl UnsafeUnpin for WithinPoly
impl UnwindSafe for WithinPoly
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more