magSq property

num magSq

Implementation

num get magSq {
  return pow(x, 2) + pow(y, 2);
}