MCPcopy 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
57def 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

MatrixRotateXFunction · 0.85
MatrixRotateYFunction · 0.85
MatrixRotateZFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected