From f58cdc58ca92adc483aeecfc48d2e60bdf23d5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Mon, 20 May 2019 15:11:30 +0200 Subject: [PATCH] Add comment --- s3l.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/s3l.h b/s3l.h index 580461d..245f196 100644 --- a/s3l.h +++ b/s3l.h @@ -312,7 +312,9 @@ void S3L_vec4Xmat4(S3L_Vec4 *v, S3L_Mat4 *m); void S3L_vec3Xmat4(S3L_Vec4 *v, S3L_Mat4 *m); /** Multiplies two matrices with normalization by S3L_FRACTIONS_PER_UNIT. - Result is stored in the first matrix. */ + Result is stored in the first matrix. The result represents a transformation + that has the same effect as applying the transformation represented by m1 and + then m2 (in that order). */ void S3L_mat4Xmat4(S3L_Mat4 *m1, S3L_Mat4 *m2); typedef struct