Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.05 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.05 KB

Quaternions.jl

A Julia implementation of quaternions.

Stable Dev Build Status codecov Aqua QA

Quaternions are best known for their suitability as representations of 3D rotational orientation. They can also be viewed as an extension of complex numbers.

In JuliaGeometry organization, there is also Octonions.jl package.