MCPcopy 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_costFunction · 0.70
tri_planeFunction · 0.70
normal_dot_afterFunction · 0.70

Calls 1

dotMethod · 0.45

Tested by

no test coverage detected