summaryrefslogtreecommitdiff
path: root/cogl/cogl-quaternion.c
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix various mismatches between arguments and their documentationDamien Lespiau2013-01-221-4/+0
* quaternions: Allow multiplication into 'a' argRobert Bragg2012-08-061-4/+11
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-061-2/+2
* Add -Wmissing-declarations to maintainer flags and fix problemsNeil Roberts2012-03-061-9/+6
* Remove all internal includes of cogl.hRobert Bragg2012-02-201-1/+0
* Move all types/prototypes from cogl.h -> cogl[1]-context.hRobert Bragg2012-02-201-0/+4
* Remove CoglVector3 type and use float * insteadRobert Bragg2012-01-161-16/+18
* Start to reduce dependence on glibRobert Bragg2011-11-011-4/+5
* quaternion: fix init_from_array and get_rotation_axisRobert Bragg2011-07-271-3/+6
* math: Adds an experimental euler APIRobert Bragg2011-05-161-0/+37
* math: Adds an experimental quaternion APIRobert Bragg2011-05-161-0/+617