toPoint method

Point<num> toPoint()

Implementation

Point toPoint() {
  return Point(dx, dy);
}