diff options
| author | Tuur Martens <tuurmartens4@gmail.com> | 2022-12-25 13:04:33 +0000 |
|---|---|---|
| committer | Tuur Martens <tuurmartens4@gmail.com> | 2022-12-25 13:04:33 +0000 |
| commit | 1a3dc428dbb82017be845f8446cc06f85a0f3a84 (patch) | |
| tree | ceafc6b995078ef22d97a612c29eb4a34378e3ee /libpsn00b | |
| parent | 728b94514750190b20dcb74a178d9bedfb235e5c (diff) | |
Fix wrong documentation by swapping descriptions
Diffstat (limited to 'libpsn00b')
| -rw-r--r-- | libpsn00b/include/psxgte.h | 4 |
1 files changed, 2 insertions, 2 deletions
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() |
