Procházet zdrojové kódy

Fixed typo documentation in Triangle (#24837)

Maxim Borodin před 2 roky
rodič
revize
72a84e71cb

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

@@ -118,7 +118,7 @@
 		[page:Vector3 point] - The point on the triangle.<br />
 		[page:Vector2 uv1] - The uv coordinate of the triangle's first vertex.<br />
 		[page:Vector2 uv2] - The uv coordinate of the triangle's second vertex.<br />
-		[page:Vector2 uv2] - The uv coordinate of the triangle's third vertex.<br />
+		[page:Vector2 uv3] - The uv coordinate of the triangle's third vertex.<br />
 		[page:Vector2 target] — the result will be copied into this Vector2.<br /><br />
 
 		Returns the uv coordinates for the given point on the triangle.

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

@@ -116,7 +116,7 @@
 		[page:Vector3 point] - Il punto sul triangolo.<br />
 		[page:Vector2 uv1] - La coordinata uv del primo vertice del triangolo.<br />
 		[page:Vector2 uv2] - La coordinata uv del secondo vertice del triangolo.<br />
-		[page:Vector2 uv2] - La coordinata uv del terzo vertice del triangolo.<br />
+		[page:Vector2 uv3] - La coordinata uv del terzo vertice del triangolo.<br />
 		[page:Vector2 target] — il risultato sarà copiato in questo Vector2.<br /><br />
 
 		Restituisce le coordinate uv per il punto specificato sul triangolo.