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

Function DrawCircle3D

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

Source from the content-addressed store, hash-verified

257 void DrawPoint3D(::Color color) const { ::DrawPoint3D(*this, color); }
258
259 void DrawCircle3D(float radius, const ::Vector3& rotationAxis, float rotationAngle, Color color) const {
260 ::DrawCircle3D(*this, radius, rotationAxis, rotationAngle, color);
261 }
262
263 void DrawCube(float width, float height, float length, ::Color color) const {
264 ::DrawCube(*this, width, height, length, color);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected