Search Results for

    Show / Hide Table of Contents

    Class QuadEdgeUtil

    Inheritance
    object
    QuadEdgeUtil
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Triangulate.QuadEdge
    Assembly: NetTopologySuite.dll
    Syntax
    public class QuadEdgeUtil

    Methods

    | Edit this page View Source

    FindEdgesIncidentOnOrigin(QuadEdge)

    Gets all edges which are incident on the origin of the given edge.

    Declaration
    public static IList<QuadEdge> FindEdgesIncidentOnOrigin(QuadEdge start)
    Parameters
    Type Name Description
    QuadEdge start

    the edge to start at

    Returns
    Type Description
    IList<QuadEdge>

    a List of edges which have their origin at the origin of the given edge

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX