|
@@ -368,21 +368,20 @@
|
|
|
Returns the created array.
|
|
|
</div>
|
|
|
|
|
|
- <h3>.applyEuler([page:todo v], [page:todo eulerOrder]) [page:todo]</h3>
|
|
|
+ <h3>.applyEuler( [page:todo euler] ) [page:todo this]</h3>
|
|
|
<div>
|
|
|
- v -- todo <br />
|
|
|
- eulerOrder -- todo
|
|
|
+ euler -- [page:todo Euler]
|
|
|
</div>
|
|
|
<div>
|
|
|
- todo
|
|
|
+ Applies euler transform to this vector by converting the [page:Euler] obect to a [page:Quaternion] and applying.
|
|
|
</div>
|
|
|
|
|
|
- <h3>.applyQuaternion([page:todo q]) [page:todo]</h3>
|
|
|
+ <h3>.applyQuaternion([page:todo q]) [page:todo this]</h3>
|
|
|
<div>
|
|
|
- q -- todo
|
|
|
+ q -- [page:Quaternion]
|
|
|
</div>
|
|
|
<div>
|
|
|
- todo
|
|
|
+ Applies a [page:Quaternion] transform to this vector.
|
|
|
</div>
|
|
|
|
|
|
<h2>Source</h2>
|