Browse Source

Clarify project/unproject

WestLangley 5 years ago
parent
commit
b959f97858
2 changed files with 4 additions and 6 deletions
  1. 2 3
      docs/api/en/math/Vector3.html
  2. 2 3
      docs/api/zh/math/Vector3.html

+ 2 - 3
docs/api/en/math/Vector3.html

@@ -305,7 +305,7 @@ var d = a.distanceTo( b );
 		<p>
 		[page:Camera camera] — camera to use in the projection.<br /><br />
 
-		[link:https://en.wikipedia.org/wiki/Vector_projection Projects] the vector with the camera.
+		Projects this vector from world space into the camera's normalized device coordinate (NDC) space.
 		</p>
 
 		<h3>[method:this projectOnPlane]( [param:Vector3 planeNormal] )</h3>
@@ -434,8 +434,7 @@ var d = a.distanceTo( b );
 		<p>
 		[page:Camera camera] — camera to use in the projection.<br /><br />
 
-		[link:https://en.wikipedia.org/wiki/Vector_projection Unprojects] the vector with the
-		camera's projection matrix.
+		Projects this vector from the camera's normalized device coordinate (NDC) space into world space.
 		</p>
 
 

+ 2 - 3
docs/api/zh/math/Vector3.html

@@ -301,7 +301,7 @@ var d = a.distanceTo( b );
 		<p>
 		[page:Camera camera] — 在投影中使用的摄像机。<br /><br />
 
-		使用所传入的摄像机来投影([link:https://en.wikipedia.org/wiki/Vector_projection projects])该向量。
+		Projects this vector from world space into the camera's normalized device coordinate (NDC) space.
 		</p>
 
 		<h3>[method:this projectOnPlane]( [param:Vector3 planeNormal] )</h3>
@@ -424,8 +424,7 @@ var d = a.distanceTo( b );
 		<p>
 		[page:Camera camera] — 在投影中使用的摄像机。<br /><br />
 
-		[link:https://en.wikipedia.org/wiki/Vector_projection Unprojects] the vector with the
-		camera's projection matrix.
+		Projects this vector from the camera's normalized device coordinate (NDC) space into world space.
 		</p>