Search Results for

    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

    | Improve this Doc View Source

    IsInside(Polygon, Point)

    Declaration
    public static bool IsInside(Polygon polygon, Point point)
    Parameters
    Type Name Description
    Polygon polygon
    Point point
    Returns
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX