summaryrefslogtreecommitdiff
path: root/cogl/cogl-quaternion.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-20Registers gtypes for all public objects and structsLionel Landwerlin1-0/+5
2014-02-22This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg1-13/+18
2013-01-22doc: Fix various mismatches between arguments and their documentationDamien Lespiau1-4/+0
2012-08-06quaternions: Allow multiplication into 'a' argRobert Bragg1-4/+11
2012-08-06Switch use of primitive glib types to c99 equivalentsRobert Bragg1-2/+2
2012-03-06Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts1-9/+6
2012-02-20Remove all internal includes of cogl.hRobert Bragg1-1/+0
2012-02-20Move all types/prototypes from cogl.h -> cogl[1]-context.hRobert Bragg1-0/+4
2012-01-16Remove CoglVector3 type and use float * insteadRobert Bragg1-16/+18
2011-11-01Start to reduce dependence on glibRobert Bragg1-4/+5
2011-07-27quaternion: fix init_from_array and get_rotation_axisRobert Bragg1-3/+6
2011-05-16math: Adds an experimental euler APIRobert Bragg1-0/+37
2011-05-16math: Adds an experimental quaternion APIRobert Bragg1-0/+617