WaveClipper constructor

WaveClipper(
  1. List<Point> points
)

Implementation

WaveClipper(List<Point> points) {
  this.points = points;
}