there could be problem

This commit is contained in:
Quaternions 2025-02-05 11:13:40 -08:00
parent 5b5c347c7a
commit 42caa785ce

@ -138,6 +138,7 @@ fn planes_to_faces(face_list:std::collections::HashSet<Face>)->Result<Faces,Plan
let mut face=Vec::new();
loop{
// push point onto vertices
// problem: this may push a vertex that does not fit in the fixed point range and is thus meaningless
face.push(intersection.divide().fix_1());
// the measure