halfedges property

Int32List halfedges
latefinal

Half-edge data structure for adjacency. halfedges[i] is the index of the opposite half-edge, or -1 if on hull.

Implementation

late final Int32List halfedges;