create method

Point<num> create()

Implementation

Point create() {
  return Point(ref.x, ref.y);
}