Registry / utility / klein

klein

JSON →
library2021-05-09vcpkgunverified

Klein is an implementation of P(R*_{3, 0, 1}), aka 3D Projective Geometric Algebra. It is designed for applications that demand high-throughput (animation libraries, kinematic solvers, etc).

utility
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.

#include <klein/klein.hpp>

Create and inspect a point using Klein's projective geometric algebra

#include <klein/klein.hpp> #include <iostream> int main() { kln::point p(1.0f, 2.0f, 3.0f); std::cout << "Point: " << p.x() << ", " << p.y() << ", " << p.z() << std::endl; return 0; }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources

No resource links recorded.