namespace
GeometryGeometry library.
Contents
- Reference
This library is built as part of Magnum by default. To use this library with CMake, you need to find the Magnum
package and link to the Magnum::Magnum
target:
find_package(Magnum REQUIRED) # ... target_link_libraries(your-app Magnum::Magnum)
See Downloading and building and Usage with CMake for more information.
Namespaces
- namespace Distance
- Functions for calculating distances.
- namespace Intersection
- Function for calculating intersections.