Skip to content

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)

#License

Could not be determined

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No transitive dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • João Maia's avatarJoão Maia

#Changelog

  • 110c89f[klein] create a new port (#18279)