summaryrefslogtreecommitdiff
path: root/dxftess.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dxftess.cc')
-rw-r--r--dxftess.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dxftess.cc b/dxftess.cc
index 223ce1b..427c7e6 100644
--- a/dxftess.cc
+++ b/dxftess.cc
@@ -223,8 +223,8 @@ void dxf_tesselate(PolySet *ps, DxfData *dxf, double rot, bool up, double h)
}
// GLU tessing creates T-junctions. This is ok for GL displaying but creates
- // invalid polyeders for CGAL. So we split this tirangles up again in order
- // to create polyeders that are also accepted by CGAL..
+ // invalid polyhedrons for CGAL. So we split this tirangles up again in order
+ // to create polyhedrons that are also accepted by CGAL..
// All triangle edges are sorted by their atan2 and only edges with a simmilar atan2
// value are compared. This speeds up this code block dramatically (compared to the
// n^2 compares that are neccessary in the trivial implementation).
contact: Jan Huwald // Impressum