create method

Point<num> create()

Implementation

math.Point create() => math.Point(ref.x, ref.y);