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

Function DrawLine3D

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

Source from the content-addressed store, hash-verified

253#endif
254
255 void DrawLine3D(const ::Vector3& endPos, ::Color color) const { ::DrawLine3D(*this, endPos, color); }
256
257 void DrawPoint3D(::Color color) const { ::DrawPoint3D(*this, color); }
258

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected