Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ Zero
Function
Zero
include/Vector2.hpp:307–307 ·
view source on GitHub ↗
* Vector with components value 0.0f */
Source
from the content-addressed store, hash-verified
305
* Vector with components value 0.0f
306
*/
307
static Vector2 Zero() { return Vector2Zero(); }
308
309
/**
310
* Vector with components value 1.0f
Callers
1
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected