normSquared method

double normSquared()

Implementation

double normSquared() => x * x + y * y + z * z;