Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/electronstudio/raylib-python-cffi
/ MatrixIdentity
Function
MatrixIdentity
examples/shaders/rlmath.py:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
56
57
def
MatrixIdentity():
58
result = rl.ffi.new(
"struct Matrix *"
,[ 1.0, 0.0, 0.0, 0.0,0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ])
59
return
result
60
61
62
Callers
3
MatrixRotateX
Function · 0.85
MatrixRotateY
Function · 0.85
MatrixRotateZ
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected