Field Positions
Positions of triangulation points.
Namespace: andywiecko.BurstTriangulator.LowLevel.Unsafe
Assembly: .dll
Syntax
public NativeList<T2> Positions
Returns
Type | Description |
---|---|
NativeList<T2> | Positions of triangulation points. |
Remarks
Note: This buffer may include additional points than Positions if refinement is enabled. Additionally, the positions might differ slightly (by a small ε) if a Preprocessor is applied.