Search Results for

    Show / Hide Table of Contents

    Interface IQuadEdgeLocator

    An interface for classes which locate an edge in a QuadEdgeSubdivision which either contains a given Vertex V or is an edge of a triangle which contains V. Implementors may utilized different strategies for optimizing locating containing edges/triangles.

    Namespace: NetTopologySuite.Triangulate.QuadEdge
    Assembly: NetTopologySuite.dll
    Syntax
    public interface IQuadEdgeLocator

    Methods

    | Edit this page View Source

    Locate(Vertex)

    Declaration
    QuadEdge Locate(Vertex v)
    Parameters
    Type Name Description
    Vertex v
    Returns
    Type Description
    QuadEdge
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX