toPoint method

Point<num> toPoint()

Creates a Point from the Vector2

Implementation

Point toPoint() => Point(x, y);