Registry / utility / boost-geometry

boost-geometry

JSON →
library1.90.0vcpkgunverified

Boost geometry module provides geometric algorithms, data structures, and spatial operations.

vcpkg install boost-geometry
INSTALL
IMPORT
SIG · BOOST-GEOMETRY
B
boost-geometry
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/geometry.hpp
#include <boost/geometry.hpp>

Minimal Boost.Geometry point usage

#include <boost/geometry.hpp> #include <iostream> namespace bg = boost::geometry; int main() { bg::model::point<double, 2, bg::cs::cartesian> p(1.0, 2.0); std::cout << bg::dsv(p) << '\n'; return 0; }
Debug
Known issues
gotchaHeader-only but may require linking Boost.Container for certain algorithms.
fix
Check documentation; for most uses no linking needed.
affects: all
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources

No resource links recorded.

boost-geometry — pip install boost-geometry · libregistry