NrbScatterPoint constructor

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

Constructor for the Scatter Point.

Implementation

NrbScatterPoint(this.x, this.y);