toPoint method

Point<double> toPoint()

Creates a Point representation of this offset.

Implementation

Point<double> toPoint() => Point(dx, dy);