Point constructor

Point(
  1. num? x,
  2. num? y
)

Implementation

external Point(num? x, num? y);