GesturePoint constructor

GesturePoint(
  1. int index,
  2. double centerX,
  3. double centerY
)

Implementation

GesturePoint(this.index, this.centerX, this.centerY);