Procházet zdrojové kódy

Triangle: Update containsPoint() docs

Don McCurdy před 7 roky
rodič
revize
795a591835
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/api/math/Triangle.html

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

@@ -79,7 +79,7 @@
 		<div>
 		[page:Vector3 point] - [page:Vector3] to check.<br /><br />
 
-		Returns true if the passed point lies within the triangle, when projected onto the plane of the triangle.
+		Returns true if the passed point, when projected onto the plane of the triangle, lies within the triangle.
 		</div>
 
 		<h3>[method:Triangle copy]( [page:Triangle triangle] )</h3>