isPointType method

bool isPointType()

Implementation

bool isPointType() {
  return id % 10 == 1;
}