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

Function DrawCube

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

Source from the content-addressed store, hash-verified

261 }
262
263 void DrawCube(float width, float height, float length, ::Color color) const {
264 ::DrawCube(*this, width, height, length, color);
265 }
266
267 void DrawCube(const ::Vector3& size, ::Color color) const { ::DrawCubeV(*this, size, color); }
268

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected