kleinv2021-05-09
- Updated
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).
#Usage
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)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
João Maia