diff --git a/cogl/cogl-matrix.h b/cogl/cogl-matrix.h index 24c01e6ca..8e9f207ab 100644 --- a/cogl/cogl-matrix.h +++ b/cogl/cogl-matrix.h @@ -130,7 +130,10 @@ cogl_matrix_init_identity (CoglMatrix *matrix); * @b: A 4x4 transformation matrix * * Multiplies the two supplied matrices together and stores - * the resulting matrix inside @result + * the resulting matrix inside @result. + * + * It is possible to multiply the @a matrix in-place, so + * @result can be equal to @a but can't be equal to @b. */ void cogl_matrix_multiply (CoglMatrix *result,