///////////////////////////////////////////////////////
| 34 | { |
| 35 | //////////////////////////////////////////////////////////// |
| 36 | CircleShape::CircleShape(float radius, std::size_t pointCount) : m_radius(radius), m_pointCount(pointCount) |
| 37 | { |
| 38 | update(); |
| 39 | } |
| 40 | |
| 41 | |
| 42 | //////////////////////////////////////////////////////////// |