isPolygonType method

bool isPolygonType()

Implementation

bool isPolygonType() {
  return id % 10 == 5;
}