|
@@ -233,9 +233,20 @@
|
|
[page:Array src1] - The source array of the target quaternion.<br />
|
|
[page:Array src1] - The source array of the target quaternion.<br />
|
|
[page:Integer srcOffset1] - An offset into the array *src1*.<br />
|
|
[page:Integer srcOffset1] - An offset into the array *src1*.<br />
|
|
[page:Float t] - Normalized interpolation factor (between 0 and 1).<br /><br />
|
|
[page:Float t] - Normalized interpolation factor (between 0 and 1).<br /><br />
|
|
|
|
+
|
|
|
|
+ This SLERP implementation assumes the quaternion data are managed in flat arrays.
|
|
</p>
|
|
</p>
|
|
|
|
+
|
|
|
|
+ <h3>[method:Array multiplyQuaternionsFlat]( [param:Array dst], [param:Integer dstOffset], [param:Array src0], [param:Integer srcOffset0], [param:Array src1], [param:Integer srcOffset1] )</h3>
|
|
<p>
|
|
<p>
|
|
- Like the static *slerp* method above, but operates directly on flat arrays of numbers.
|
|
|
|
|
|
+ [page:Array dst] - The output array.<br />
|
|
|
|
+ [page:Integer dstOffset] - An offset into the output array.<br />
|
|
|
|
+ [page:Array src0] - The source array of the starting quaternion.<br />
|
|
|
|
+ [page:Integer srcOffset0] - An offset into the array *src0*.<br />
|
|
|
|
+ [page:Array src1] - The source array of the target quaternion.<br />
|
|
|
|
+ [page:Integer srcOffset1] - An offset into the array *src1*.<br /><br />
|
|
|
|
+
|
|
|
|
+ This multiplication implementation assumes the quaternion data are managed in flat arrays.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<!-- Note: Do not add non-static methods to the bottom of this page. Put them above the <h2>Static Methods</h2> -->
|
|
<!-- Note: Do not add non-static methods to the bottom of this page. Put them above the <h2>Static Methods</h2> -->
|