Skip to content

Andreabont/simple-template-quaternion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published