LeviLamina
Loading...
Searching...
No Matches
float4x4.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace renoir {
6
7struct float4x4 {
8public:
9 // float4x4 inner types declare
10 // clang-format off
13 // clang-format on
14
15 // float4x4 inner types define
16 enum class MatKeys : int {};
17
18 struct Matrix2DDecomposition {};
19
20 struct Matrix3DDecomposition {};
21};
22
23} // namespace renoir