Show / Hide Table of Contents

    Class ConvexHull

    Convex hull using jarvis's algorithm.

    Inheritance
    Object
    ConvexHull
    Namespace: Advanced.Algorithms.Geometry
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class ConvexHull : object

    Methods

    Find(List<Int32[]>)

    Declaration
    public static List<int[]> Find(List<int[]> points)
    Parameters
    Type Name Description
    List<Int32[]> points
    Returns
    Type Description
    List<Int32[]>
    Back to top Generated by DocFX