BoundingPoly constructor

BoundingPoly({
  1. List<NormalizedVertex>? normalizedVertices,
  2. List<Vertex>? vertices,
})

Implementation

BoundingPoly({this.normalizedVertices, this.vertices});