This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
ReC98
mirror of
https://github.com/nmlgc/ReC98.git
Watch
1
Star
1
Fork
You've already forked ReC98
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6c22af7e83
ReC98
/
th01
/
math
/
wave.hpp
4 lines
100 B
C++
Raw
Blame
History
inline
pixel_t
wave_x
(
pixel_t
amp
,
int
t
)
{
return
(
(
static_cast
<
long
>
(
amp
)
*
Sin8
(
t
)
)
/
0x100
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink