Show / Hide Table of Contents

    Class PointInsidePolygon

    Check whether a given point is inside given polygon.

    Inheritance
    Object
    PointInsidePolygon
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    Back to top Generated by DocFX