Registry / utility / mapbox-geometry

mapbox-geometry

JSON →
library2.0.3vcpkgunverified

C++ geometry types for representing points, lines, and polygons.

vcpkg install mapbox-geometry
INSTALL
IMPORT
SIG · MAPBOX-GEOMETRY
M
mapbox-geometry
utilitycppv2.0.3
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.

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

Creates a 2D point and prints its coordinates.

#include <mapbox/geometry.hpp> #include <iostream> int main() { mapbox::geometry::point<double> p(1.0, 2.0); std::cout << p.x << ", " << p.y << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

mapbox-geometry — pip install mapbox-geometry · libregistry