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

Function DrawCubeWires

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

Source from the content-addressed store, hash-verified

267 void DrawCube(const ::Vector3& size, ::Color color) const { ::DrawCubeV(*this, size, color); }
268
269 void DrawCubeWires(float width, float height, float length, ::Color color) const {
270 ::DrawCubeWires(*this, width, height, length, color);
271 }
272
273 void DrawCubeWires(const ::Vector3& size, ::Color color) const { ::DrawCubeWiresV(*this, size, color); }
274

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected