Delphifunction PointInPolygon(const pt: TPoint64; const polygon: TPath64): TPointInPolygonResult;
C++template <typename T>
PointInPolygonResult PointInPolygon(const Point<T>& pt, const Path<T>& polygon);
C#public static PointInPolygonResult PointInPolygon(Point64 pt, Path64 polygon);
The function result indicates whether the point is inside, or outside, or on one of the specified polygon's edges.
Copyright © 2010-2024 Angus Johnson - Clipper2 1.3.0 - Help file built on 14 Jan 2024