-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🛠️(CommonVecOp): add push and pop transformation commands
Added `CommonOpPushTrans` and `CommonOpPopTrans` to manage a stack of local transformations. These commands allow pushing a new 3x3 transformation matrix onto the stack and popping the most recent one, respectively. The `GenerateCtx` struct now includes a `local_trans` field to store these matrices. Signed-off-by: Benign X <[email protected]>
- Loading branch information
Showing
1 changed file
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters