1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-11-20 20:29:58 +01:00
This commit is contained in:
Miloslav Číž 2021-07-12 20:34:04 +02:00
parent 54c2b2a870
commit f8b57a57a6

View file

@ -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,