mirror of
https://git.coom.tech/drummyfish/small3dlib.git
synced 2024-11-21 20:39:57 +01:00
Add todo
This commit is contained in:
parent
54c2b2a870
commit
f8b57a57a6
1 changed files with 2 additions and 0 deletions
|
@ -458,6 +458,8 @@ static inline void S3L_initMat4(S3L_Mat4 *m);
|
||||||
|
|
||||||
void S3L_transposeMat4(S3L_Mat4 *m);
|
void S3L_transposeMat4(S3L_Mat4 *m);
|
||||||
|
|
||||||
|
// TODO: why pass pointer to matrix when matrix is an array? fix this?
|
||||||
|
|
||||||
void S3L_makeTranslationMat(
|
void S3L_makeTranslationMat(
|
||||||
S3L_Unit offsetX,
|
S3L_Unit offsetX,
|
||||||
S3L_Unit offsetY,
|
S3L_Unit offsetY,
|
||||||
|
|
Loading…
Reference in a new issue