171 Commits (0df8dcb454f319f3f8d044e78f0f9e2adc90f778)

Author SHA1 Message Date
Christophe Riccio ccb25c84c7 Update copyright year ago%!(EXTRA string=12 years)
Christophe Riccio 06ac77dad4 Fixed declaration and definision mismatches (#148) ago%!(EXTRA string=12 years)
Christophe Riccio c6896064ef Fixed rotate function declaration for quat ago%!(EXTRA string=12 years)
Christophe Riccio 1909f512e7 Deprecated degrees, display a message for each function using it. ago%!(EXTRA string=12 years)
Christophe Riccio 9f8112f93a Reduced dependencies of GTX extensions. Removed some deprecated code. ago%!(EXTRA string=12 years)
Christophe Riccio 950eaa45cb Reduced dependencies for GTC extensions ago%!(EXTRA string=12 years)
jan p springer e299af614f added: quat::op+=(quat) and quat::op*=(quat) ago%!(EXTRA string=12 years)
Dustin Biser cfd0bd6e13 Fixed assert error typo in quaternion.inl ago%!(EXTRA string=12 years)
Dustin Biser 6881e1bb90 Refactored glm/gtc/quaternion mat3_cast ago%!(EXTRA string=12 years)
Christophe Riccio e8f1feb423 Fixed exact match of initializer lists ago%!(EXTRA string=12 years)
Christophe Riccio eb59cb9af6 Fixed initializer test implementation, simplified packing implementation ago%!(EXTRA string=12 years)
Dustin Biser 78fed634b7 Modified quaternion mat3_cast for faster results ago%!(EXTRA string=12 years)
Christophe Riccio 258361ccd4 Added C++11 initalizer lists to quaternions ago%!(EXTRA string=12 years)
Christophe Riccio 1e69dfe30e Added a quation constructor taking two axis ago%!(EXTRA string=12 years)
Christophe Riccio d37d3539ed - Fixed ldexp implementation ago%!(EXTRA string=12 years)
Christophe Riccio 0ff1026dbb Removed value_type and size_type ago%!(EXTRA string=12 years)
Christophe Riccio b9266c07b0 Using C++ casts ago%!(EXTRA string=12 years)
Christophe Riccio 281a391b4d Fixed swizzle build on Visual C++ compiler ago%!(EXTRA string=12 years)
Christophe Riccio 604405e941 Fixed equal operator on quat ago%!(EXTRA string=12 years)
Christophe Riccio abbb0fc7cb Added component wise comparison operators for quaternion ago%!(EXTRA string=12 years)
Christophe Riccio 296e3d7007 Fixed half precision implementation ago%!(EXTRA string=12 years)
Christophe Riccio c14e2d7fbc Added precision template parameter ago%!(EXTRA string=13 years)
Christophe Riccio 4b4f3fbbaa Fixed space characters and improved forward declaration, including extensions ago%!(EXTRA string=13 years)
Christophe Riccio e7dc01fc06 Fixed slerp, linear interpolation when cosTheta is close to 1, #65 ago%!(EXTRA string=13 years)
Christophe Riccio 2a4434786e Updated date ago%!(EXTRA string=13 years)
Christophe Riccio 9926506c7f Added assert to ensure lerp is used in the correct range of value ago%!(EXTRA string=13 years)
Dave Reid dc9a2486d6 Fix a -Wswitch-default warning in GCC. ago%!(EXTRA string=13 years)
Christophe Riccio 29805391bd Added tests for slerp function ago%!(EXTRA string=13 years)
Christophe Riccio 912d1b1e81 Added slerp, lerp and mix functions for quaternions. Added, fixed and clarified documentation. ago%!(EXTRA string=13 years)
Christophe Riccio 6f22430bbc Resolved quaternion slerp interpolation, implemented by mix function ago%!(EXTRA string=13 years)
Christophe Riccio 560b474008 Fixed quat slerp using mix function when cosTheta close to 1 ago%!(EXTRA string=13 years)
Christophe Riccio c19dda3797 Fixed quaternion interpolation when cosTheta is close to zero ago%!(EXTRA string=13 years)
Christophe Riccio 841f91e830 Fixed bug #15, added missing roll, pitch and yaw functions; Fixed half implicit conversions ago%!(EXTRA string=13 years)
Christophe Riccio 669ace8067 Fixed space character ago%!(EXTRA string=13 years)
Christophe Riccio cb017c5bca Promoted angle axis interaction with quaternion ago%!(EXTRA string=14 years)
Christophe Riccio 7373e7b8da Promote eulerAngles to GTC quaternion extension ago%!(EXTRA string=14 years)
Christophe Riccio fa84c6d1b0 Added length implementation ago%!(EXTRA string=14 years)
Christophe Riccio 100b2202dd Added GLM_FORCE_RADIANS ago%!(EXTRA string=14 years)
Christophe Riccio 88d3927558 Updated copyright date ago%!(EXTRA string=14 years)
Christophe Riccio bc15b98730 Reformatting ago%!(EXTRA string=14 years)
Christophe Riccio 2883847388 Fixed build, error from removed namespace and contructor casts ago%!(EXTRA string=14 years)
Christophe Riccio b2cb4fe479 Fixed ticket #124 cast from mat* to quat undefined error ago%!(EXTRA string=14 years)
Christophe Riccio 3a32e3d7c3 Ticket #113, fixed quat product ago%!(EXTRA string=14 years)
Christophe Riccio 90831ad02b Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
Christophe Riccio 3621deaeb5 Removed gtc and gtx namespaces ago%!(EXTRA string=14 years)
Christophe Riccio 493c5a5614 Removed GTC extensions namespace ago%!(EXTRA string=14 years)
Christophe Riccio b9ab6d94cc Removed namespaces ago%!(EXTRA string=14 years)
Christophe Riccio 87f1e507f3 Fixed mix build on MacOSX ago%!(EXTRA string=14 years)
Christophe Riccio f87def17de Fixed tests ago%!(EXTRA string=14 years)
Christophe Riccio 197d784549 Fixed quat mix build ago%!(EXTRA string=14 years)