Browse Source

Docs: Improve `Matrix4` page. (#30276)

* Docs: Improve `Matrix4` page.

* Docs: Improve `Matrix4` page.
Michael Herzog 1 year ago
parent
commit
d03d302d55
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/en/math/Matrix4.html

+ 2 - 2
docs/api/en/math/Matrix4.html

@@ -315,8 +315,8 @@ m.elements = [ 11, 21, 31, 41,
 			[method:this lookAt]( [param:Vector3 eye], [param:Vector3 target], [param:Vector3 up] )
 		</h3>
 		<p>
-			Constructs a rotation matrix, looking from [page:Vector3 eye] towards
-			[page:Vector3 target] oriented by the [page:Vector3 up] vector.
+			Sets the rotation component of the transformation matrix, looking from [page:Vector3 eye] towards
+			[page:Vector3 target], and oriented by the up-direction [page:Vector3 up].
 		</p>
 
 		<h3>

粤ICP备19079148号