mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-10 07:34:03 +00:00
15 lines
526 B
C++
15 lines
526 B
C++
/*!
|
|
\defgroup cs coordinate systems
|
|
\brief Defines coordinate systems
|
|
\details Coordinate systems are essential for any point in the Generic Geometry Library. Many
|
|
algorithms such as distance or transform use coordinate systems to select the strategy to use.
|
|
*/
|
|
|
|
|
|
/*!
|
|
\defgroup cs coordinate systems
|
|
\brief Defines coordinate systems
|
|
\details Coordinate systems are essential for any point in the Generic Geometry Library. Many
|
|
algorithms such as distance or transform use coordinate systems to select the strategy to use.
|
|
*/
|