20 ::ll::TypedStorage<8, 8, ::MatrixStack*> stack;
21 ::ll::TypedStorage<8, 8, ::Matrix*> mat;
28 MCAPI ::MatrixStack::MatrixStackRef& operator=(
::Matrix const& lhs);
46 ::ll::TypedStorage<8, 40, ::std::deque<::Matrix>> stack;
47 ::ll::TypedStorage<8, 16, ::std::optional<uint64>> sortOrigin;
48 ::ll::TypedStorage<1, 1, bool> _isDirty;
55 MCAPI ::Matrix& _pushIdentity();
57 MCAPI ::Matrix& getTop();
59 MCAPI ::MatrixStack::MatrixStackRef push(
bool isSortOrigin);
61 MCAPI ::Matrix
const& sortOriginTransform()
const;