small stuff

This commit is contained in:
aap
2026-03-28 01:09:10 +01:00
parent 1499b9660c
commit 373961bbce
4 changed files with 11 additions and 3 deletions

View File

@@ -71,6 +71,7 @@ struct Frame
return !!(this->root->object.privateFlags & HIERARCHYSYNC); }
Matrix *getLTM(void);
void rotate(const V3d *axis, float32 angle, CombineOp op = rw::COMBINEPOSTCONCAT);
void rotate(const Quat *q, CombineOp op = rw::COMBINEPOSTCONCAT);
void translate(const V3d *trans, CombineOp op = rw::COMBINEPOSTCONCAT);
void scale(const V3d *scale, CombineOp op = rw::COMBINEPOSTCONCAT);
void transform(const Matrix *mat, CombineOp op = rw::COMBINEPOSTCONCAT);