X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=gph-math;a=blobdiff_plain;f=src%2Fquat.cc;fp=src%2Fquat.cc;h=292ab24db6bb29fdc2814e918c6e52c3b5b3a940;hp=0000000000000000000000000000000000000000;hb=049b9453cf079d9aa0710b3a885e96d0920e5547;hpb=016badf08fbd4db92e6ee6e2ad74e7e61c5505e3 diff --git a/src/quat.cc b/src/quat.cc new file mode 100644 index 0000000..292ab24 --- /dev/null +++ b/src/quat.cc @@ -0,0 +1,9 @@ +#include "quat.h" + +namespace gph { + +Quaternion Quaternion::identity; + + + +} // namespace gph