diff options
author | David Thompson <dthompson2@worcester.edu> | 2020-12-16 08:40:35 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-12-16 08:40:35 -0500 |
commit | 0b56068b9794313700a7bd041abd17a550e7a258 (patch) | |
tree | 79f4d9c9c992c8221aeb06efeb1e9868b4ba8bd8 /doc | |
parent | 656f7a7291a4b4b476544287f6a0e788afb5b5c8 (diff) |
math: matrix: Rename transform! to matrix4-transform!
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.texi b/doc/api.texi index 17accef..86788ba 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -1227,7 +1227,7 @@ to @var{origin}, a 2D vector. If an argument is not provided, that particular transformation will not be included in the result. @end deffn -@deffn {Procedure} transform! matrix v +@deffn {Procedure} matrix4-transform! matrix v Modify the 2D vector @var{v} in-place by multiplying it by the 4x4 matrix @var{matrix}. @end deffn |