From 71a15d755538f19116772215437b2574e094e338 Mon Sep 17 00:00:00 2001 From: assiduous Date: Tue, 15 Dec 2020 11:32:31 -0800 Subject: BasicMath: minor code formatting --- Common/interface/BasicMath.hpp | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'Common/interface') diff --git a/Common/interface/BasicMath.hpp b/Common/interface/BasicMath.hpp index e9e19831..f2e6d51c 100644 --- a/Common/interface/BasicMath.hpp +++ b/Common/interface/BasicMath.hpp @@ -979,15 +979,9 @@ template struct Matrix3x3 { return Matrix3x3 // { - x, - 0, - 0, - 0, - y, - 0, - 0, - 0, - z, + x, 0, 0, + 0, y, 0, + 0, 0, z // }; } -- cgit v1.2.3