Class Utilities
A collection of utility functions related to triangulation.
Inherited Members
Namespace: andywiecko.BurstTriangulator
Assembly: .dll
Syntax
public static class Utilities
Methods
Name | Description |
---|---|
GenerateHalfedges(Span<int>, ReadOnlySpan<int>, Allocator) | Generates |
GenerateTriangleColors(Span<int>, ReadOnlySpan<int>, out int, Allocator) | Generates triangle |
InsertSubMesh<T>(NativeList<T>, NativeList<int>, ReadOnlySpan<T>, ReadOnlySpan<int>) | Inserts a sub-mesh, defined by ( |
NextHalfedge(int) | Returns the next halfedge index after |