Cleaned up Degree, Radian, AngleAxis and Quaternion classes 66/37066/8
authorKimmo Hoikka <kimmo.hoikka@samsung.com>
Tue, 14 Apr 2015 15:56:51 +0000 (16:56 +0100)
committerKimmo Hoikka <kimmo.hoikka@samsung.com>
Thu, 16 Apr 2015 15:57:20 +0000 (16:57 +0100)
- Inline Degree, Radian and AngleAxis types to avoid unnecessary exports / export table lookups in using code
- Change AngleAxis to store a Radian angle for better accuracy
- Make Quaternion explicitly take a Radian as constructor

Change-Id: I81f5478572322c65f87045d1b58c621da8989d27


No differences found