Point2D constructor

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

Implementation

Point2D(this.x, this.y);