Field Halfedges
Continuous buffer of resulting halfedges. A value of -1 indicates that there is no corresponding opposite halfedge. For more information, refer to the documentation on halfedges.
Namespace: andywiecko.BurstTriangulator.LowLevel.Unsafe
Assembly: .dll
Syntax
public NativeList<int> Halfedges
Returns
Type | Description |
---|---|
NativeList<int> | Continuous buffer of resulting halfedges. A value of -1 indicates that there is no corresponding opposite halfedge. For more information, refer to the documentation on halfedges. |