Sierra Toolkit
Version of the Day
|
Implement an shards::ArrayDimTag for Matrix. More...
#include <CoordinateSystems.hpp>
Inherits ArrayDimTag.
Public Types | |
enum | { Size = 9 } |
enum | { XX = 0, XY = 3, XZ = 6, YX = 1, YY = 4, YZ = 7, ZX = 2, ZY = 5, ZZ = 8 } |
Public Member Functions | |
const char * | name () const |
std::string | to_string (size_type, size_type) const |
size_type | to_index (size_type, const std::string &) const |
Static Public Member Functions | |
static const Matrix33 & | tag () |
Singleton. | |
Implement an shards::ArrayDimTag for Matrix.
Definition at line 291 of file CoordinateSystems.hpp.