I know that Subdiv2D::getTriangleList() will return coordinates of vertices of a all triangles.
But in my case, I'd like to get **indices**, instead of coordinates.
So, does Subdiv2D provide some function or attribute that can give me those **indices**?
↧