up to 9420
This commit is contained in:
parent
f826ddd8fe
commit
5d834eb36d
2 changed files with 91 additions and 231 deletions
|
|
@ -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)])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue