From 34c4144ea46c876cd09b5bd35ad623b54357caff Mon Sep 17 00:00:00 2001 From: Yomotsu Date: Tue, 29 Jun 2021 22:38:56 +0900 Subject: [PATCH] fix typo in the doc: Matrix4#makeShear --- docs/api/en/math/Matrix4.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/api/en/math/Matrix4.html b/docs/api/en/math/Matrix4.html index 6c805b32ad0e62..97c29d63e5de0e 100644 --- a/docs/api/en/math/Matrix4.html +++ b/docs/api/en/math/Matrix4.html @@ -319,12 +319,12 @@

[method:this makeScale]( [param:Float x], [param:Float y], [param:Float z] )

[method:this makeShear]( [param:Float xy], [param:Float xz], [param:Float yx], [param:Float yz], [param:Float zx], [param:Float zy] )

- [page:Float x] - the amount to shear X by Y.
- [page:Float x] - the amount to shear X by Z.
- [page:Float x] - the amount to shear Y by X.
- [page:Float x] - the amount to shear Y by Z.
- [page:Float y] - the amount to shear Z by X.
- [page:Float z] - the amount to shear Z by Y.

+ [page:Float xy] - the amount to shear X by Y.
+ [page:Float xz] - the amount to shear X by Z.
+ [page:Float yx] - the amount to shear Y by X.
+ [page:Float yz] - the amount to shear Y by Z.
+ [page:Float zx] - the amount to shear Z by X.
+ [page:Float zy] - the amount to shear Z by Y.

Sets this matrix as a shear transform: