Skip to content

Commit

Permalink
Docs: Improve Matrix4 page. (#30276)
Browse files Browse the repository at this point in the history
* Docs: Improve `Matrix4` page.

* Docs: Improve `Matrix4` page.
  • Loading branch information
Mugen87 authored Jan 7, 2025
1 parent be84ecf commit d03d302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/en/math/Matrix4.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ <h3>
[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>
Expand Down

0 comments on commit d03d302

Please sign in to comment.