소스 검색

Fixed typo documentation in Triangle (#24837)

Maxim Borodin 2 년 전
부모
커밋
72a84e71cb
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      docs/api/en/math/Triangle.html
  2. 1 1
      docs/api/it/math/Triangle.html

+ 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.