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).
The package klein:x64-windows provides CMake targets:
find_package(klein CONFIG REQUIRED)
target_link_libraries(main PRIVATE klein::klein)
# Or use the C++ 11 version
target_link_libraries(main PRIVATE klein::klein_cxx11)
# Or use the SSE4.1 version
target_link_libraries(main PRIVATE klein::klein_sse42)
v2021-05-09#0
All
Complex license
Manifest