JuliaGeometry / Quaternions.jl

A Julia implementation of quaternions
https://juliageometry.github.io/Quaternions.jl
MIT License
116 stars 37 forks source link

New docs pages #98

Open sethaxen opened 1 year ago

sethaxen commented 1 year ago

I propose in addition to the dual quaternions docs page introduced in #92 we add 2 more docs pages:

The first would introduce how to use Quaternions directly to transform a point represented as a pure quaternion and also showcase slerp.

The second would give an informal derivation of the method we use for extending complex analytic functions to the quaternions.

hyrodium commented 1 year ago

Representing rotations with unit quaternions

The documentation will be added in #111.