File tree Expand file tree Collapse file tree
editor/js/libs/tern-threejs Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments