Search Results for

    Show / Hide Table of Contents

    Class MonotoneChain

    Inheritance
    object
    MonotoneChain
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.GeometriesGraph.Index
    Assembly: NetTopologySuite.dll
    Syntax
    public class MonotoneChain

    Constructors

    | Edit this page View Source

    MonotoneChain(MonotoneChainEdge, int)

    Declaration
    public MonotoneChain(MonotoneChainEdge mce, int chainIndex)
    Parameters
    Type Name Description
    MonotoneChainEdge mce
    int chainIndex

    Methods

    | Edit this page View Source

    ComputeIntersections(MonotoneChain, SegmentIntersector)

    Declaration
    public void ComputeIntersections(MonotoneChain mc, SegmentIntersector si)
    Parameters
    Type Name Description
    MonotoneChain mc
    SegmentIntersector si
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX