Vertices constructor

const Vertices(
  1. List<Point> vertexPoints
)

Creates a new collection of triangle vertices at the specified points.

Implementation

const Vertices(this.vertexPoints);