up to 9420

This commit is contained in:
CreateSource 2024-12-03 20:59:55 -05:00
parent f826ddd8fe
commit 5d834eb36d
2 changed files with 91 additions and 231 deletions

View file

@ -31,7 +31,7 @@ typedef struct {
} MtxStack, *MtxStackPtr;
#define MTXDegToRad(a) ((a)*0.01745329252f)
#define MTXDegToRad(a) ((a)*0.017453292f)
#define MTXRadToDeg(a) ((a)*57.29577951f)
#define MTXRowCol(m, r, c) ((m)[(r)][(c)])