quaternionmath

A simple Python library featuring a "Quaternion" class, for dealing with Quaternion arithmetic.


Keywords
math, quaternion
License
MIT
Install
pip install quaternionmath==1.0.1

Documentation

quaternionmath

A simple Python library featuring a "Quaternion" class, for dealing with Quaternion arithmetic.

Quaternionmath consists of a "Quaternion" class, which defines the Quaternion (four-dimensional) numbers. The class provides addition, subtraction, multiplication, and division logic, as well as string and representation information.