Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/electronstudio/raylib-python-cffi
/ Vector3Zero
Function
Vector3Zero
examples/shaders/rlmath.py:25–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
24
25
def
Vector3Zero():
26
return
rl.ffi.new(
"struct Vector3 *"
,[ 0, 0, 0])
27
28
def
MatrixRotateX(angle):
29
result = MatrixIdentity();
Callers
2
shaders_fog.py
File · 0.85
shaders_basic_lighting.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected