|
SA_Maths
Sapphire Suite's C++ Maths Library
|
Matrix Major enum definitions More...
#include <cstdint>Go to the source code of this file.
Typedefs | |
| using | SA::MatMaj = MatrixMajor |
| Shortcut alias. | |
Enumerations | |
| enum class | SA::MatrixMajor : uint8_t { Row = 1u , Column = 2u , Default = Row } |
| Matrix major enum. More... | |
Matrix Major enum definitions
|
strong |