This commit is contained in:
Quaternions 2025-02-05 12:10:23 -08:00
parent cb12fd9338
commit 27ac930e14

@ -142,7 +142,7 @@ fn planes_to_faces(face_list:std::collections::HashSet<Face>)->Result<Faces,Plan
face.push(intersection.divide().fix_1());
// the measure
let edge_dir=face0.normal.cross(face1.normal);
let edge_dir=face0.normal.cross(face2.normal);
// the dot product to beat
let d_intersection=edge_dir.dot(intersection.num)/intersection.den;