Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ dot3
Function
dot3
perro_source/render_stack/perro_meshlets/src/lib.rs:697–699 ·
view source on GitHub ↗
(a: [f32; 3], b: [f32; 3])
Source
from the content-addressed store, hash-verified
695
if b.cost < a.cost {
696
Some(b)
697
} else {
698
Some(a)
699
}
700
}
701
}
702
}
Callers
4
collapse_cost
Function · 0.70
collapse_passes_cheap_prune
Function · 0.70
tri_plane
Function · 0.70
normal_dot_after
Function · 0.70
Calls
1
dot
Method · 0.45
Tested by
no test coverage detected