isTrue method

bool isTrue()

Implementation

bool isTrue() {
  return !(x == 0 && y == 0 && z == 0 && s == 1);
}