From 353449ab748ec46063d93610c52b5506789a28bf Mon Sep 17 00:00:00 2001 From: Thompson Lee Date: Thu, 4 Aug 2016 07:12:21 -0400 Subject: [PATCH] Added a warning note. --- include/c3d/maths.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/c3d/maths.h b/include/c3d/maths.h index e0270ae..f08bb7f 100644 --- a/include/c3d/maths.h +++ b/include/c3d/maths.h @@ -273,6 +273,7 @@ void Mtx_Identity(C3D_Mtx* out); /** * @brief Multiply two matrices + * @note Undefined behavior if arguments, out, is either a or b. * @param[out] out Output matrix * @param[in] a Multiplicand * @param[in] b Multiplier