Class PointInsidePolygon
Check whether a given point is inside given polygon.
Inherited Members
Namespace: Advanced.Algorithms.Geometry
Assembly: Advanced.Algorithms.dll
Syntax
public class PointInsidePolygon
Methods
IsInside(Polygon, Point)
Declaration
public static bool IsInside(Polygon polygon, Point point)
Parameters
| Type | Name | Description |
|---|---|---|
| Polygon | polygon | |
| Point | point |
Returns
| Type | Description |
|---|---|
| Boolean |