MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / mat4_inverse_local

Function mat4_inverse_local

native/shared/src/picking.rs:296–298  ·  view source on GitHub ↗
(m: &[[f32; 4]; 4])

Source from the content-addressed store, hash-verified

294}
295
296fn mat4_inverse_local(m: &[[f32; 4]; 4]) -> [[f32; 4]; 4] {
297 crate::renderer::mat4_invert(*m)
298}

Callers 2

raycast_sceneFunction · 0.85
raycast_scene_allFunction · 0.85

Calls 1

mat4_invertFunction · 0.85

Tested by

no test coverage detected