diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-10-19 19:50:00 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-10-19 19:50:00 (GMT) |
commit | 3116be034bdba83e3a1b824f26dbd5463653be5e (patch) | |
tree | 2e01a4560c86a35737818cc82166a9560860bc6a /dxftess.cc | |
parent | 28c3947eccb1220a18e9ce4f367bfabb0907fc4e (diff) |
Clifford Wolf:
Massive rename: s/polyeder/polyhedron/g
git-svn-id: http://svn.clifford.at/openscad/trunk@113 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'dxftess.cc')
-rw-r--r-- | dxftess.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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). |