Search Results for

    Show / Hide Table of Contents

    Class LastFoundQuadEdgeLocator

    Locates QuadEdges in a QuadEdgeSubdivision, optimizing the search by starting in the locality of the last edge found.

    Inheritance
    object
    LastFoundQuadEdgeLocator
    Implements
    IQuadEdgeLocator
    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 LastFoundQuadEdgeLocator : IQuadEdgeLocator

    Constructors

    | Edit this page View Source

    LastFoundQuadEdgeLocator(QuadEdgeSubdivision)

    Declaration
    public LastFoundQuadEdgeLocator(QuadEdgeSubdivision subdiv)
    Parameters
    Type Name Description
    QuadEdgeSubdivision subdiv

    Methods

    | Edit this page View Source

    Locate(Vertex)

    Locates an edge e, such that either v is on e, or e is an edge of a triangle containing v. The search starts from the last located edge and proceeds on the general direction of v.

    Declaration
    public QuadEdge Locate(Vertex v)
    Parameters
    Type Name Description
    Vertex v
    Returns
    Type Description
    QuadEdge

    Implements

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