Skip to Content

klein v2021-05-09

Created
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

Unknown

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No transitive dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • João Maia's avatar João Maia

# Changelog

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

# Source