squaredLength method

double squaredLength()

Implementation

double squaredLength() => x * x + y * y;