DFPosition constructor

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

创建坐标

Implementation

DFPosition(this.x, this.y);