|
@@ -44,6 +44,13 @@
|
|
|
|
|
|
<h2>Properties</h2>
|
|
|
|
|
|
+ <h3>[property:Boolean isQuaternion]</h3>
|
|
|
+ <p>
|
|
|
+ Used to check whether this or derived classes are Quaternions. Default is *true*.<br /><br />
|
|
|
+
|
|
|
+ You should not change this, as it is used internally for optimisation.
|
|
|
+ </p>
|
|
|
+
|
|
|
<h3>[property:Float x]</h3>
|
|
|
<p>Changing this property will result in [page:.onChangeCallback onChangeCallback] being called.</p>
|
|
|
|
|
@@ -290,4 +297,4 @@ q.slerp( qb, t )
|
|
|
|
|
|
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
|
|
|
</body>
|
|
|
-</html>
|
|
|
+</html>
|