///////////////////////////////////////////////////////
| 34 | { |
| 35 | //////////////////////////////////////////////////////////// |
| 36 | ConvexShape::ConvexShape(std::size_t pointCount) |
| 37 | { |
| 38 | setPointCount(pointCount); |
| 39 | } |
| 40 | |
| 41 | |
| 42 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected