Skip to content

Commit 6cd9b05

Browse files
lejeunerenardmrdoob
authored andcommitted
Fix spelling in Vector3 documentation (mrdoob#9268)
1 parent 19ce9f2 commit 6cd9b05

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/api/math/Vector3.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,15 +394,15 @@ <h3>[method:Vector3 reflect]( [page:Vector3 normal] ) [page:Vector3 this]</h3>
394394
normal -- [page:Vector3] the normal to the reflecting plane
395395
</div>
396396
<div>
397-
Reflect incident vector off of plane orthogonal to normal. normal is assumed to have unit length.
397+
Reflect incident vector off of plane orthogonal to normal. Normal is assumed to have unit length.
398398
</div>
399399

400400
<h3>[method:Vector3 multiply]( [page:Vector3 v] ) [page:Vector3 this]</h3>
401401
<div>
402402
v -- [page:Vector3] <br />
403403
</div>
404404
<div>
405-
Multipies this vector by vector v.
405+
Multiplies this vector by vector v.
406406
</div>
407407

408408
<h3>[method:Vector3 applyProjection]( [page:Matrix4 m] ) [page:Vector3 this]</h3>
@@ -418,7 +418,7 @@ <h3>[method:Vector3 applyEuler]( [page:Euler euler] ) [page:Vector3 this]</h3>
418418
euler -- [page:Euler]
419419
</div>
420420
<div>
421-
Applies euler transform to this vector by converting the [page:Euler] obect to a [page:Quaternion] and applying.
421+
Applies euler transform to this vector by converting the [page:Euler] object to a [page:Quaternion] and applying.
422422
</div>
423423

424424
<h3>[method:Vector3 applyQuaternion]( [page:Quaternion quaternion] ) [page:Vector3 this]</h3>

editor/js/libs/tern-threejs/threejs.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4681,15 +4681,15 @@
46814681
},
46824682
"reflect": {
46834683
"!type": "fn(normal: +THREE.Vector3) -> +THREE.Vector3",
4684-
"!doc": "Reflect incident vector off of plane orthogonal to normal. normal is assumed to have unit length."
4684+
"!doc": "Reflect incident vector off of plane orthogonal to normal. Normal is assumed to have unit length."
46854685
},
46864686
"fromArray": {
46874687
"!type": "fn(array: []) -> +THREE.Vector3",
46884688
"!doc": "Sets the vector's components based on an array formatted like [x, y, z]"
46894689
},
46904690
"multiply": {
46914691
"!type": "fn(v: +THREE.Vector3) -> +THREE.Vector3",
4692-
"!doc": "Multipies this vector by vector v."
4692+
"!doc": "Multiplies this vector by vector v."
46934693
},
46944694
"applyProjection": {
46954695
"!type": "fn(m: +THREE.Matrix4) -> +THREE.Vector3",
@@ -4701,7 +4701,7 @@
47014701
},
47024702
"applyEuler": {
47034703
"!type": "fn(euler: +THREE.Euler) -> +THREE.Vector3",
4704-
"!doc": "Applies euler transform to this vector by converting the [page:Euler] obect to a [page:Quaternion] and applying."
4704+
"!doc": "Applies euler transform to this vector by converting the [page:Euler] object to a [page:Quaternion] and applying."
47054705
},
47064706
"applyQuaternion": {
47074707
"!type": "fn(quaternion: +THREE.Quaternion) -> +THREE.Vector3",

0 commit comments

Comments
 (0)