[Cogl] [PATCH 34/53] doc: Use <ulink> to make Gimbal Lock reactive
Damien Lespiau
damien.lespiau at gmail.com
Tue Jan 1 06:31:10 PST 2013
From: Damien Lespiau <damien.lespiau at intel.com>
Instead of just having the reference at the end of the paragraph.
Usually seen as more usable.
---
cogl/cogl-quaternion.h | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/cogl/cogl-quaternion.h b/cogl/cogl-quaternion.h
index a383b4f..38e8e16 100644
--- a/cogl/cogl-quaternion.h
+++ b/cogl/cogl-quaternion.h
@@ -45,9 +45,11 @@ COGL_BEGIN_DECLS
* rotations and have some nice properties when compared with other
* representation such as (roll,pitch,yaw) Euler angles. They can be
* used to interpolate between different rotations and they don't
- * suffer from a problem called "Gimbal lock" where two of the axis of
- * rotation may become aligned and you loose a degree of freedom.
- * (<ulink url="http://en.wikipedia.org/wiki/Gimbal_lock"/>).
+ * suffer from a problem called
+ * <ulink url="http://en.wikipedia.org/wiki/Gimbal_lock">"Gimbal lock"</ulink>
+ * where two of the axis of rotation may become aligned and you loose a
+ * degree of freedom.
+ * .
*/
#include <cogl/cogl-vector.h>
#include <cogl/cogl-euler.h>
--
1.7.7.5
More information about the Cogl
mailing list