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
*/