Class Triangulator
A wrapper for Triangulator<T2> where T2 is double2.
Implements
Inherited Members
Namespace: andywiecko.BurstTriangulator
Assembly: .dll
Syntax
public class Triangulator : IDisposable
Constructors
Name | Description |
---|---|
Triangulator(int, Allocator) | |
Triangulator(Allocator) |
Properties
Name | Description |
---|---|
Input | |
Output | |
Settings |
Methods
Name | Description |
---|---|
Dispose() | Releases all resources (memory and safety handles). |
Run() | Perform the job's Execute method immediately on the same thread. |
Schedule(JobHandle) | Schedule the job for execution on a worker thread. |
See Also
Triangulator<T2>