NSPoint constructor

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

Implementation

NSPoint(double x, double y) : super(x, y);