Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 314 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 314 Bytes

A simple header-only generic C++ quaternion class.

  • Header-only.
  • No dynamic memory allocation.
  • Supports operations on mixed types.
  • Modern C++.
  • Compatible with Standard Template Library.

Run test suite

mkdir build
cd build
cmake ..
make
make test