SimplifiedPath constructor

SimplifiedPath(
  1. Path path,
  2. int pointsCount
)

Implementation

SimplifiedPath(this.path, this.pointsCount);