We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Matrix4
1 parent be84ecf commit d03d302Copy full SHA for d03d302
docs/api/en/math/Matrix4.html
@@ -315,8 +315,8 @@ <h3>
315
[method:this lookAt]( [param:Vector3 eye], [param:Vector3 target], [param:Vector3 up] )
316
</h3>
317
<p>
318
- Constructs a rotation matrix, looking from [page:Vector3 eye] towards
319
- [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].
320
</p>
321
322
<h3>
0 commit comments