NPoint constructor

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

Implementation

const NPoint(super.x, super.y);