MathHelperPointInPolygon Method |
| Name | Description | |
|---|---|---|
| PointInPolygon(EntityObject, Vector2) |
Determines if the given point is inside the polygon defined by an entity.
| |
| PointInPolygon(IEnumerableEntityObject, Vector2) |
Determines if the given point is inside the polygon defined by a list of entities.
| |
| PointInPolygon(ListVector2, Vector2) |
Checks if a point is contained in a list of vectors representing a polygon.
| |
| PointInPolygon(Vector2, Vector2) |
Determines if the given point is inside the polygon.
|