minor stuff

This commit is contained in:
aap
2020-06-04 17:39:18 +02:00
parent 016ebc0b00
commit 95e96c86a1
3 changed files with 15 additions and 4 deletions

View File

@@ -60,6 +60,7 @@ public:
}
void Slerp(const CQuaternion &q1, const CQuaternion &q2, float theta, float invSin, float t);
void Set(RwV3d *axis, float angle);
void Get(RwMatrix *matrix);
};