RScanPoint constructor

RScanPoint(
  1. double? x,
  2. double? y
)

Implementation

RScanPoint(this.x, this.y);