there could be problem
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user