* Returns the number of points (vertexes) that make up the polygon. * @return Number of points. */
| 176 | * @return Number of points. |
| 177 | */ |
| 178 | int Polygon::getPoints() const |
| 179 | { |
| 180 | return _points; |
| 181 | } |
| 182 | |
| 183 | } |
no outgoing calls
no test coverage detected