mirror of
https://github.com/aap/librw.git
synced 2026-01-23 19:42:56 +00:00
Merge branch 'master' of github.com:aap/librw
This commit is contained in:
@@ -231,6 +231,7 @@ struct Matrix
|
||||
Matrix *rotate(const Quat &q, CombineOp op);
|
||||
Matrix *translate(V3d *translation, CombineOp op);
|
||||
Matrix *scale(V3d *scl, CombineOp op);
|
||||
Matrix *transform(Matrix *mat, CombineOp op);
|
||||
void lookAt(const V3d &dir, const V3d &up);
|
||||
|
||||
// helper functions. consider private
|
||||
|
||||
Reference in New Issue
Block a user