Op.move constructor

Op.move(
  1. PointD point
)

Implementation

Op.move(PointD point)
    : op = OpType.move,
      data = [point];