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

Function DrawCylinder

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected