Keypoint constructor

Keypoint(
  1. double x,
  2. double y
)

Implementation

Keypoint(this.x, this.y);