Namespace andywiecko.BurstTriangulator
Classes
Extensions
InputData<T2>
A managed helper class that contains all native buffers for triangulation input.
OutputData<T2>
A managed helper class that contains all native buffers for triangulation output.
RefinementThresholds
A helper class for setting up refinement thresholds.
TriangulationSettings
A helper class for configuring triangulation parameters.
Triangulator
A base class for triangulation, which provides the core functionality for performing triangulation on 2D geometric data. It acts as a wrapper for Triangulator<T2> where T2 is double2.
Triangulator<T2>
A generic class for triangulation of coordinate type T2
, which provides the core functionality for performing triangulation on 2D geometric data.
Structs
Handle
A handle that prevents an object from being deallocated by the garbage collector (GC). Call Free() to release the object.
Enums
Preprocessor
An Enum representing the type of transformation applied to input positions before triangulation.
Status
An Enum representing the status of triangulation. To check if the triangulation was successful, compare the status with OK.