VWLineSimplifier constructor

VWLineSimplifier(
  1. List<Coordinate> pts,
  2. double tolerance
)

Implementation

VWLineSimplifier(this.pts, this.tolerance);