Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ Zero
Function
Zero
include/Vector4.hpp:64–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
63
#ifndef RAYLIB_CPP_NO_MATH
64
static Vector4 Zero() { return ::Vector4Zero(); }
65
66
static Vector4 One() { return ::Vector4One(); }
67
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected