From 1a3dc428dbb82017be845f8446cc06f85a0f3a84 Mon Sep 17 00:00:00 2001 From: Tuur Martens Date: Sun, 25 Dec 2022 13:04:33 +0000 Subject: Fix wrong documentation by swapping descriptions --- libpsn00b/include/psxgte.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpsn00b/include') diff --git a/libpsn00b/include/psxgte.h b/libpsn00b/include/psxgte.h index 539b79f..91dfd6a 100644 --- a/libpsn00b/include/psxgte.h +++ b/libpsn00b/include/psxgte.h @@ -186,8 +186,8 @@ MATRIX *HiRotMatrix(VECTOR *r, MATRIX *m); * @details Simply sets the translation vector of MATRIX m. To perform * accumulative translation operations, see CompMatrixLV(). * - * @param m Translation vector (input) - * @param r Matrix (output) + * @param m Matrix (output) + * @param r Translation vector (input) * @return Pointer to m. * * @see RotMatrix(), CompMatrixLV() -- cgit v1.2.3