cleaned up the quaternion implementation prior to making pixwerx rely on it

This commit is contained in:
Hartmut Seichter 2018-04-08 00:21:45 +02:00
parent 3013bdd59a
commit c207493454
17 changed files with 331 additions and 79 deletions

View file

@ -44,7 +44,7 @@ void lua_state::load_modules() {
typedef double Scalar;
_namespace.set("pi",pw::Pi<Scalar>());
_namespace.set("pi",pw::pi<Scalar>());
using namespace pw;