crertel / graphmath

An Elixir library for performing 2D and 3D mathematics.
The Unlicense
79 stars 14 forks source link

Quaterns #3

Closed Host32 closed 9 years ago

Host32 commented 9 years ago

This submodule handles Quaternion using tuples of floats. i.e. a rotation around an axis.

Consider the quatern format: { w, x, y, z } where w is the angle in Radians, and x y z are the axis coordinates

Host32 commented 9 years ago

Still lack the sum of operations, subtraction and multiplication.

Sorry.

crertel commented 9 years ago

No worries. Fixed in #4 ?

Host32 commented 9 years ago

yes o/