BMFPoint constructor

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

BMFPoint构造方法

Implementation

BMFPoint(this.x, this.y);