Explorar el Código

Minor Quaternion description note.

sole hace 13 años
padre
commit
64f6a3f1a4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>