MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / DrawSphere

Function DrawSphere

include/Vector3.hpp:275–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected