mirror of https://github.com/nmlgc/ReC98.git
9 lines
173 B
C++
9 lines
173 B
C++
![]() |
#pragma option -zCSHARED -3
|
||
|
|
||
|
#include "th03/math/polar.hpp"
|
||
|
|
||
|
int polar(int center, int radius, int ratio)
|
||
|
{
|
||
|
return (((static_cast<long>(radius) * ratio) >> 8) + center);
|
||
|
}
|