halfedges property
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;
Half-edge data structure for adjacency.
halfedges[i] is the index of the opposite half-edge, or -1 if on hull.
late final Int32List halfedges;