Barend Gehrels 4741a9e479 Major doc upgrade
[SVN r64820]
2010-08-15 14:40:49 +00:00

8 lines
257 B
C++

/*!
\defgroup midpoints midpoints calculation
The midpoints algorithm calculate points IN BETWEEN of other points
\par Purpose:
- Remove corners in rectangular lines / polygons. Calling them several times will result in smooth lines
- Creating 3D models
*/