Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
296
fn mat4_inverse_local(m: &[[f32; 4]; 4]) -> [[f32; 4]; 4] {
297
crate::renderer::mat4_invert(*m)
298
}
Callers
2
raycast_scene
Function · 0.85
raycast_scene_all
Function · 0.85
Calls
1
mat4_invert
Function · 0.85
Tested by
no test coverage detected