diff options
Diffstat (limited to 'doc/api.texi')
-rw-r--r-- | doc/api.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api.texi b/doc/api.texi index 6d14cd6..469c5d7 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -1203,12 +1203,12 @@ Modify @var{matrix} in-place to contain a rotation about the Z axis by @deffn {Procedure} matrix4-2d-transform! matrix [#:origin] @ [#:position] [#:rotation] @ - [#:scale] [#:skew] + [#:scale] [#:shear] Modify @var{matrix} in-place to contain the transformation described by @var{position}, a 2D vector or rectangle, @var{rotation}, a scalar representing a rotation about the Z axis, @var{scale}, a 2D vector, -and @var{skew}, a 2D vector. The transformation happens with respect +and @var{shear}, a 2D vector. The transformation happens with respect to @var{origin}, a 2D vector. If an argument is not provided, that particular transformation will not be included in the result. @end deffn |