File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
editor/js/libs/tern-threejs Expand file tree Collapse file tree 2 files changed +6
-6
lines changed 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>
394
394
normal -- [page:Vector3] the normal to the reflecting plane
395
395
</ div >
396
396
< 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.
398
398
</ div >
399
399
400
400
< h3 > [method:Vector3 multiply]( [page:Vector3 v] ) [page:Vector3 this]</ h3 >
401
401
< div >
402
402
v -- [page:Vector3] < br />
403
403
</ div >
404
404
< div >
405
- Multipies this vector by vector v.
405
+ Multiplies this vector by vector v.
406
406
</ div >
407
407
408
408
< 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>
418
418
euler -- [page:Euler]
419
419
</ div >
420
420
< 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.
422
422
</ div >
423
423
424
424
< h3 > [method:Vector3 applyQuaternion]( [page:Quaternion quaternion] ) [page:Vector3 this]</ h3 >
Original file line number Diff line number Diff line change 4681
4681
} ,
4682
4682
"reflect" : {
4683
4683
"!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."
4685
4685
} ,
4686
4686
"fromArray" : {
4687
4687
"!type" : "fn(array: []) -> +THREE.Vector3" ,
4688
4688
"!doc" : "Sets the vector's components based on an array formatted like [x, y, z]"
4689
4689
} ,
4690
4690
"multiply" : {
4691
4691
"!type" : "fn(v: +THREE.Vector3) -> +THREE.Vector3" ,
4692
- "!doc" : "Multipies this vector by vector v."
4692
+ "!doc" : "Multiplies this vector by vector v."
4693
4693
} ,
4694
4694
"applyProjection" : {
4695
4695
"!type" : "fn(m: +THREE.Matrix4) -> +THREE.Vector3" ,
4701
4701
} ,
4702
4702
"applyEuler" : {
4703
4703
"!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."
4705
4705
} ,
4706
4706
"applyQuaternion" : {
4707
4707
"!type" : "fn(quaternion: +THREE.Quaternion) -> +THREE.Vector3" ,
You can’t perform that action at this time.
0 commit comments