MCPcopy Create free account
hub / github.com/PerroEngine/Perro / sub3

Function sub3

perro_source/render_stack/perro_meshlets/src/lib.rs:689–691  ·  view source on GitHub ↗
(a: [f32; 3], b: [f32; 3])

Source from the content-addressed store, hash-verified

687 }));
688}
689
690fn better_collapse(current: Option<Collapse>, candidate: Option<Collapse>) -> Option<Collapse> {
691 match (current, candidate) {
692 (None, x) => x,
693 (x, None) => x,
694 (Some(a), Some(b)) => {

Callers 2

tri_planeFunction · 0.70
tri_normalFunction · 0.70

Calls 1

to_arrayMethod · 0.45

Tested by

no test coverage detected