Registry / utility / klein
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).

vcpkg install klein
INSTALL
IMPORT
SIG · KLEIN
K
klein
utilitycppv2021-05-09
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.

klein/klein.hpp
#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 issues

No known issues recorded.

Upgrade
Version history
2021-05-09latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

klein — pip install klein · libregistry