UPoint constructor

const UPoint(
  1. double x,
  2. double y
)

Implementation

const UPoint(double x, double y) : super(x, y);