mirror of
https://github.com/aap/librw.git
synced 2026-01-27 21:42:59 +00:00
implement more options for matfx
This commit is contained in:
@@ -307,6 +307,7 @@ struct RawMatrix
|
||||
V3d pos;
|
||||
float32 posw;
|
||||
|
||||
// NB: this is dst = src2*src1, i.e. src1 is applied first, then src2
|
||||
static void mult(RawMatrix *dst, RawMatrix *src1, RawMatrix *src2);
|
||||
static void transpose(RawMatrix *dst, RawMatrix *src);
|
||||
static void setIdentity(RawMatrix *dst);
|
||||
|
||||
Reference in New Issue
Block a user