summaryrefslogtreecommitdiff
path: root/cogl/cogl-quaternion.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-20Registers gtypes for all public objects and structsLionel Landwerlin1-0/+14
2014-02-22This re-licenses Cogl 1.18 under the MIT licenseRobert Bragg1-15/+20
2013-09-06quaternion: fix structure introspection annotationLionel Landwerlin1-7/+7
2013-01-22doc: Use <ulink> to make Gimbal Lock reactiveDamien Lespiau1-3/+5
2013-01-22doc: Fix various mismatches between arguments and their documentationDamien Lespiau1-1/+15
2013-01-22Fixes for --disable-glibNeil Roberts1-2/+2
2012-08-06quaternions: Allow multiplication into 'a' argRobert Bragg1-0/+3
2012-08-06Mass rename CLUTTER_COMPILATION to COGL_COMPILATIONTomeu Vizoso1-1/+1
2012-08-06Use <literal> not <pre> in the commentsDamien Lespiau1-1/+1
2012-08-06Fix the documentation for cogl_quaterinon_init_from_arrayNeil Roberts1-1/+1
2012-08-06quaternion: Fix typo in the init_from_z_rotation documentationDamien Lespiau1-1/+1
2012-08-06doc: Hide the private fields of CoglQuaternionDamien Lespiau1-0/+1
2012-08-06quaternion: Document init_from_quaternion()Damien Lespiau1-0/+7
2012-08-06quaternion: Document init_from_euler()Damien Lespiau1-0/+7
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-0/+18
2012-02-14Fix some doc issuesJasper St. Pierre1-3/+3
2012-01-16Remove CoglVector3 type and use float * insteadRobert Bragg1-3/+3
2011-05-16doc: fix the name of the cogl_quaternion_equal argsRobert Bragg1-2/+2
2011-05-16Add compile time checks for size of public structsRobert Bragg1-0/+1
2011-05-16math: Adds an experimental euler APIRobert Bragg1-0/+6
2011-05-16math: Adds an experimental quaternion APIRobert Bragg1-0/+486