mag method

double mag()

Implementation

double mag() => math.sqrt(x * x + y * y + z * z);