diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-12-15 19:32:31 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-12-15 19:32:31 +0000 |
| commit | 71a15d755538f19116772215437b2574e094e338 (patch) | |
| tree | 481469b27bee8cef95025382f1252ffec73946e6 /Common/interface | |
| parent | some improvements for ray tracing (diff) | |
| download | DiligentCore-71a15d755538f19116772215437b2574e094e338.tar.gz DiligentCore-71a15d755538f19116772215437b2574e094e338.zip | |
BasicMath: minor code formatting
Diffstat (limited to 'Common/interface')
| -rw-r--r-- | Common/interface/BasicMath.hpp | 12 |
1 files changed, 3 insertions, 9 deletions
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 <class T> struct Matrix3x3 { return Matrix3x3 // { - x, - 0, - 0, - 0, - y, - 0, - 0, - 0, - z, + x, 0, 0, + 0, y, 0, + 0, 0, z // }; } |
