mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-10 07:34:03 +00:00
8 lines
257 B
C++
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
|
|
*/
|