isZero method

bool isZero()

Implementation

bool isZero() {
  return x == 0 && y == 0 && z == 0;
}