Show / Hide Table of Contents

    Class PointInsidePolygon

    Check whether a given point is inside given polygon.

    Inheritance
    Object
    PointInsidePolygon
    Namespace: Advanced.Algorithms.Geometry
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class PointInsidePolygon : object

    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
    Back to top Generated by DocFX