Skip to content

Commit d03d302

Browse files
authored
Docs: Improve Matrix4 page. (#30276)
* Docs: Improve `Matrix4` page. * Docs: Improve `Matrix4` page.
1 parent be84ecf commit d03d302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/en/math/Matrix4.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ <h3>
315315
[method:this lookAt]( [param:Vector3 eye], [param:Vector3 target], [param:Vector3 up] )
316316
</h3>
317317
<p>
318-
Constructs a rotation matrix, looking from [page:Vector3 eye] towards
319-
[page:Vector3 target] oriented by the [page:Vector3 up] vector.
318+
Sets the rotation component of the transformation matrix, looking from [page:Vector3 eye] towards
319+
[page:Vector3 target], and oriented by the up-direction [page:Vector3 up].
320320
</p>
321321

322322
<h3>

0 commit comments

Comments
 (0)