toDoublePoint method

CustomPoint<double> toDoublePoint()

Implementation

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