Class DelaunatorNoAlloc
Inheritance
object
DelaunatorNoAlloc
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.DelaunatorSharp
Syntax
public class DelaunatorNoAlloc
Methods
GetEdges(List<IEdge>)
Declaration
public void GetEdges(List<IEdge> edges)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<T><IEdge> | edges |
Triangulate(IEnumerable<IPoint>)
Declaration
public void Triangulate(IEnumerable<IPoint> pointsToTriangulate)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T><DelaunatorSharp.IPoint> | pointsToTriangulate |