Sin
From Eternity Wiki
Jump to navigationJump to search
Description[edit]
This is an ACS built-in function.
Computes the sine of an angle.
Usage[edit]
fixed Sin(fixed angle)
Parameters[edit]
- angle: fixed point angle
Return value[edit]
Sine of given angle.
Examples[edit]
No examples given.
Notes[edit]
This is the classic Doom approximate sine, so expect similar artifacts when aiming for exact angles.
This function's identification in zspecial.acs is: ACS internal.