From 0b553489dee0956fad19c3089305f9613bdd16ae Mon Sep 17 00:00:00 2001 From: Mugen87 Date: Tue, 7 Jan 2025 10:18:17 +0100 Subject: [PATCH 1/2] Docs: Improve `Matrix4` page. --- docs/api/en/math/Matrix4.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/en/math/Matrix4.html b/docs/api/en/math/Matrix4.html index e97fbc9a05a468..5c1ef6d98f7c0a 100644 --- a/docs/api/en/math/Matrix4.html +++ b/docs/api/en/math/Matrix4.html @@ -315,7 +315,7 @@

[method:this lookAt]( [param:Vector3 eye], [param:Vector3 target], [param:Vector3 up] )

- Constructs a rotation matrix, looking from [page:Vector3 eye] towards + Defines the rotation portion of a transformation matrix, looking from [page:Vector3 eye] towards [page:Vector3 target] oriented by the [page:Vector3 up] vector.

From 2bd6db050bfe44a47f2a2662c139dff5333a2502 Mon Sep 17 00:00:00 2001 From: Mugen87 Date: Tue, 7 Jan 2025 23:17:33 +0100 Subject: [PATCH 2/2] Docs: Improve `Matrix4` page. --- docs/api/en/math/Matrix4.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/en/math/Matrix4.html b/docs/api/en/math/Matrix4.html index 5c1ef6d98f7c0a..5138ebd2f2e0ae 100644 --- a/docs/api/en/math/Matrix4.html +++ b/docs/api/en/math/Matrix4.html @@ -315,8 +315,8 @@

[method:this lookAt]( [param:Vector3 eye], [param:Vector3 target], [param:Vector3 up] )

- Defines the rotation portion of a transformation 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].