halfEdges property

Int32List halfEdges

The list of edges in the triangulation.

Implementation

Int32List get halfEdges => Int32List.sublistView(
      _halfEdges,
      0,
      _trianglesLen,
    );