toDoublePoint method

Point<double> toDoublePoint()

Case the object to a Point object with double values

Implementation

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