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

Function DrawPoint3D

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

Source from the content-addressed store, hash-verified

255 void DrawLine3D(const ::Vector3& endPos, ::Color color) const { ::DrawLine3D(*this, endPos, color); }
256
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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected