Registry / utility / ignition-math4

ignition-math4

JSON →
library4.0.0vcpkgunverified

Math API for robotic applications.

vcpkg install ignition-math4
INSTALL
IMPORT
SIG · IGNITION-MATH4
I
ignition-math4
utilitycppv4.0.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.

ignition/math.hh
#include <ignition/math.hh>

Compute vector length

#include <ignition/math.hh> #include <iostream> int main() { ignition::math::Vector3d v(1.0, 2.0, 3.0); std::cout << v.Length() << std::endl; return 0; }
Debug
Known issues
breakingIgnition Math v4 is an older version; newer versions (e.g., ignition-math6) may have API changes.
fix
Check the version compatibility with your project.
affects: 4.*
Upgrade
Version history
4.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

ignition-math4 — pip install ignition-math4 · libregistry