mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-20 05:30:26 +00:00
Remove BINANG_ROT180
(#1241)
This commit is contained in:
parent
e4884e0cb9
commit
81ab6fe831
3 changed files with 62 additions and 63 deletions
|
@ -76,7 +76,6 @@ typedef struct {
|
|||
/* 0x06 */ s16 yaw; // azimuthal angle
|
||||
} VecSph; // size = 0x08
|
||||
|
||||
#define BINANG_ROT180(angle) ((s16)((angle) - 0x7FFF))
|
||||
#define BINANG_SUB(a, b) ((s16)((a) - (b)))
|
||||
|
||||
#define LERP(x, y, scale) (((y) - (x)) * (scale) + (x))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue