PolygonPoint constructor

PolygonPoint(
  1. num x,
  2. num y
)

Implementation

PolygonPoint(num x, num y) : super(x, y);