3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/math/Matrix.h"
20 ::ll::TypedStorage<8, 8, ::MatrixStack*> stack;
21 ::ll::TypedStorage<8, 8, ::Matrix*> mat;
27 MCAPI ~MatrixStackRef();
40 ::ll::TypedStorage<8, 40, ::std::deque<::Matrix>> stack;
41 ::ll::TypedStorage<8, 16, ::std::optional<uint64>> sortOrigin;
42 ::ll::TypedStorage<1, 1, bool> _isDirty;
50 MCAPI ::MatrixStack::MatrixStackRef push(
bool isSortOrigin);
52 MCAPI ::MatrixStack::MatrixStackRef pushIdentity(
bool isSortOrigin);
Definition MatrixStack.h:5
Definition MatrixStack.h:13