Browse Source

Minor Quaternion description note.

sole 13 years ago
parent
commit
64f6a3f1a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/core/Quaternion.html

+ 1 - 1
docs/api/core/Quaternion.html

@@ -9,7 +9,7 @@
 	<body>
 		<h1>[name]</h1>
 
-		<div class="desc">Implementation of a quaternion</div>
+		<div class="desc">Implementation of a <a href="http://en.wikipedia.org/wiki/Quaternion">quaternion</a>. This is used for rotating things without incurring in the dreaded <a href="http://en.wikipedia.org/wiki/Gimbal_lock">gimbal lock</a> issue, amongst other advantages.</div>
 
 
 		<h2>Example</h2>