Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ Draw
Method
Draw
include/Ray.hpp:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
* Draw a ray line
33
*/
34
void Draw(::Color color) const { DrawRay(*this, color); }
35
36
/**
37
* Get collision information between ray and sphere
Callers
1
UpdateFrame
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected