Point constructor

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

@brief Default constructor

Implementation

Point(this.x, this.y);