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

Function DrawSphereWires

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

Source from the content-addressed store, hash-verified

279 }
280
281 void DrawSphereWires(float radius, int rings, int slices, ::Color color) const {
282 ::DrawSphereWires(*this, radius, rings, slices, color);
283 }
284
285 void DrawCylinder(float radiusTop, float radiusBottom, float height, int slices, ::Color color) const {
286 ::DrawCylinder(*this, radiusTop, radiusBottom, height, slices, color);

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected