22 ::ll::TypedStorage<8, 8, ::MatrixStack*> stack;
23 ::ll::TypedStorage<8, 8, ::Matrix*> mat;
42 ::ll::TypedStorage<8, 40, ::std::deque<::Matrix>> stack;
43 ::ll::TypedStorage<8, 16, ::std::optional<uint64>> sortOrigin;
44 ::ll::TypedStorage<1, 1, bool> _isDirty;
50 MCAPI_C ::Matrix& _pushIdentity();
52 MCAPI_C ::Matrix& getTop();
54 MCAPI_C ::MatrixStack::MatrixStackRef push(
bool isSortOrigin);
56 MCAPI_C ::Matrix
const& sortOriginTransform()
const;
62 MCFOLD_C
void $dtor();