BoundingPoly constructor
BoundingPoly({
- List<
NormalizedVertex> ? normalizedVertices, - List<
Vertex> ? vertices,
Implementation
BoundingPoly({
this.normalizedVertices,
this.vertices,
});