From 03bf678e701c30d7a18cf19e3441752e921ca2de Mon Sep 17 00:00:00 2001 From: aatxutegi Date: Sun, 14 Jun 2020 16:02:50 +0200 Subject: [PATCH] Small type at the Z rotation matrix member --- src/math_extra.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math_extra.cpp b/src/math_extra.cpp index 749736ef27..b04414a300 100644 --- a/src/math_extra.cpp +++ b/src/math_extra.cpp @@ -638,7 +638,7 @@ void BuildRyMatrix(double R[3][3], const double angle) } /* ---------------------------------------------------------------------- - Build rotation matrix for a small angle rotation around the Y axis + Build rotation matrix for a small angle rotation around the Z axis ------------------------------------------------------------------------- */ void BuildRzMatrix(double R[3][3], const double angle)