toPoint method

Point<double> toPoint()

转换为 Point<double>

Implementation

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