| 273 | void DrawCubeWires(const ::Vector3& size, ::Color color) const { ::DrawCubeWiresV(*this, size, color); } |
| 274 | |
| 275 | void DrawSphere(float radius, ::Color color) const { ::DrawSphere(*this, radius, color); } |
| 276 | |
| 277 | void DrawSphere(float radius, int rings, int slices, ::Color color) const { |
| 278 | ::DrawSphereEx(*this, radius, rings, slices, color); |
nothing calls this directly
no outgoing calls
no test coverage detected