From 0b56068b9794313700a7bd041abd17a550e7a258 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 16 Dec 2020 08:40:35 -0500 Subject: math: matrix: Rename transform! to matrix4-transform! --- doc/api.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3