Ver código fonte

Triangle: Rephrase containsPoint() docs

Don McCurdy 7 anos atrás
pai
commit
0d008c6347
1 arquivos alterados com 1 adições e 3 exclusões
  1. 1 3
      docs/api/math/Triangle.html

+ 1 - 3
docs/api/math/Triangle.html

@@ -79,9 +79,7 @@
 		<div>
 		<div>
 		[page:Vector3 point] - [page:Vector3] to check.<br /><br />
 		[page:Vector3 point] - [page:Vector3] to check.<br /><br />
 
 
-		Returns true if the passed vector is within the triangle in
-		[link:https://en.wikipedia.org/wiki/Barycentric_coordinate_system barycentric coordinates]
-		(the vector is projected onto the plane of the triangle before checking containment).
+		Returns true if the passed point lies within the triangle, when projected onto the plane of the triangle.
 		</div>
 		</div>
 
 
 		<h3>[method:Triangle copy]( [page:Triangle triangle] )</h3>
 		<h3>[method:Triangle copy]( [page:Triangle triangle] )</h3>