Static Public Member Functions | |
static JobHandle | CalculateDelaunay (NativeArray< float2 > points, ref NativeList< int3 > triangulation, out JobAllocations allocations, Allocator allocator=Allocator.TempJob, JobHandle dependsOn=default) |
Calculates the delaunay triangulation (a triangulation that maximizes the minimum angle of all triangles) of a set of points. | |
|
static |
Calculates the delaunay triangulation (a triangulation that maximizes the minimum angle of all triangles) of a set of points.
points | The set of points to be triangulated |
triangulation | A list of triples of integers where each triple points to three indices in the points-array thus forming a triangle |
allocations | |
allocator | |
dependsOn |