提交 6cd9b057 编写于 作者: S Sean Zellmer 提交者: Mr.doob

Fix spelling in Vector3 documentation (#9268)

上级 19ce9f2a
......@@ -394,7 +394,7 @@
normal -- [page:Vector3] the normal to the reflecting plane
</div>
<div>
Reflect incident vector off of plane orthogonal to normal. normal is assumed to have unit length.
Reflect incident vector off of plane orthogonal to normal. Normal is assumed to have unit length.
</div>
<h3>[method:Vector3 multiply]( [page:Vector3 v] ) [page:Vector3 this]</h3>
......@@ -402,7 +402,7 @@
v -- [page:Vector3] <br />
</div>
<div>
Multipies this vector by vector v.
Multiplies this vector by vector v.
</div>
<h3>[method:Vector3 applyProjection]( [page:Matrix4 m] ) [page:Vector3 this]</h3>
......@@ -418,7 +418,7 @@
euler -- [page:Euler]
</div>
<div>
Applies euler transform to this vector by converting the [page:Euler] obect to a [page:Quaternion] and applying.
Applies euler transform to this vector by converting the [page:Euler] object to a [page:Quaternion] and applying.
</div>
<h3>[method:Vector3 applyQuaternion]( [page:Quaternion quaternion] ) [page:Vector3 this]</h3>
......
......@@ -4681,7 +4681,7 @@
},
"reflect": {
"!type": "fn(normal: +THREE.Vector3) -> +THREE.Vector3",
"!doc": "Reflect incident vector off of plane orthogonal to normal. normal is assumed to have unit length."
"!doc": "Reflect incident vector off of plane orthogonal to normal. Normal is assumed to have unit length."
},
"fromArray": {
"!type": "fn(array: []) -> +THREE.Vector3",
......@@ -4689,7 +4689,7 @@
},
"multiply": {
"!type": "fn(v: +THREE.Vector3) -> +THREE.Vector3",
"!doc": "Multipies this vector by vector v."
"!doc": "Multiplies this vector by vector v."
},
"applyProjection": {
"!type": "fn(m: +THREE.Matrix4) -> +THREE.Vector3",
......@@ -4701,7 +4701,7 @@
},
"applyEuler": {
"!type": "fn(euler: +THREE.Euler) -> +THREE.Vector3",
"!doc": "Applies euler transform to this vector by converting the [page:Euler] obect to a [page:Quaternion] and applying."
"!doc": "Applies euler transform to this vector by converting the [page:Euler] object to a [page:Quaternion] and applying."
},
"applyQuaternion": {
"!type": "fn(quaternion: +THREE.Quaternion) -> +THREE.Vector3",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册