Registry / other / geogram

geogram

JSON →
library1.9.3vcpkgunverified

Geogram is a programming library of geometric algorithms.

vcpkg install geogram
INSTALL
IMPORT
SIG · GEOGRAM
G
geogram
othercppv1.9.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.

geogram/basic/common.h
#include <geogram/basic/common.h>

Initialize Geogram and create a mesh vertex.

#include <geogram/basic/common.h> #include <geogram/mesh/mesh.h> int main() { GEO::initialize(); GEO::Mesh mesh; mesh.vertices.create_vertex(0.0, 0.0, 0.0); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.9.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

geogram — pip install geogram · libregistry