MCPcopy 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
25def Vector3Zero():
26 return rl.ffi.new("struct Vector3 *",[ 0, 0, 0])
27
28def MatrixRotateX(angle):
29 result = MatrixIdentity();

Callers 2

shaders_fog.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected