mirror of
https://github.com/aap/librw.git
synced 2026-01-24 12:02:58 +00:00
added Matrix create and destroy
This commit is contained in:
@@ -158,6 +158,8 @@ struct Matrix
|
||||
V3d pos;
|
||||
float32 posw;
|
||||
|
||||
static Matrix *create(void);
|
||||
void destroy(void);
|
||||
static Matrix makeRotation(const Quat &q);
|
||||
void setIdentity(void);
|
||||
void pointInDirection(const V3d &d, const V3d &up);
|
||||
|
||||
Reference in New Issue
Block a user