norm method

num norm()

Returns the squared absolute value.

Implementation

num norm() => w * w + x * x + y * y + z * z;