| 283 | } |
| 284 | |
| 285 | void DrawCylinder(float radiusTop, float radiusBottom, float height, int slices, ::Color color) const { |
| 286 | ::DrawCylinder(*this, radiusTop, radiusBottom, height, slices, color); |
| 287 | } |
| 288 | |
| 289 | void DrawCylinderWires(float radiusTop, float radiusBottom, float height, int slices, ::Color color) const { |
| 290 | ::DrawCylinderWires(*this, radiusTop, radiusBottom, height, slices, color); |
nothing calls this directly
no outgoing calls
no test coverage detected