MCPcopy Create free account
hub / github.com/ad-si/LuaCAD / edge_function

Function edge_function

crates/luacad/src/render.rs:736–738  ·  view source on GitHub ↗
(a: [f32; 3], b: [f32; 3], c: [f32; 3])

Source from the content-addressed store, hash-verified

734 }
735 n[vi] = normalize(accum);
736 }
737 n
738 } else {
739 let fn_ = face_normals[fi];
740 [fn_, fn_, fn_]
741 };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected