lengthSq method

num lengthSq()

Implementation

num lengthSq() {
  return x * x + y * y;
}