crertel / graphmath

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

Quaternions #4

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

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-6.6%) to 93.4% when pulling aa3577d9c11e1d1be5f2041294011674e7a17ff1 on Host32:master into 03cd46023c15d01c87a0d240c446bb20e61a053f on crertel:master.

crertel commented 9 years ago

@Host32: Thank you!

I'll check it when I get home tonight, and will merge. I might need to add some more tests (according to coveralls), but otherwise, looking good.