toDoublePoint method

Point<double> toDoublePoint()

Implementation

Point<double> toDoublePoint() => Point<double>(x.toDouble(), y.toDouble());