vertexPoints property

List<Point> vertexPoints
final

A list of vertex points descibing this triangular mesh.

The vertex points are assumed to be in VertexMode.triangle.

Implementation

final List<Point> vertexPoints;