diff --git a/include/QF/mathlib.h b/include/QF/mathlib.h index 6362e5f6e..fac968396 100644 --- a/include/QF/mathlib.h +++ b/include/QF/mathlib.h @@ -113,6 +113,9 @@ extern const vec_t *const quat_origin; The reason for this particular scheme is that is how Mat4Decompose calculates the shear from a matrix. + + \note The order of calculations is important for when b and c refer to + the same vector. */ #define VectorShear(a,b,c) \ do { \