Remove duplicate code.
This commit is contained in:
parent
4fa93f8676
commit
f6a39d6eab
@ -17,21 +17,6 @@ using namespace nv;
|
|||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
static int iround(float f)
|
|
||||||
{
|
|
||||||
return int(f);
|
|
||||||
}
|
|
||||||
|
|
||||||
static int ifloor(float f)
|
|
||||||
{
|
|
||||||
return int(floor(f));
|
|
||||||
}
|
|
||||||
|
|
||||||
static float frac(float f)
|
|
||||||
{
|
|
||||||
return f - floor(f);
|
|
||||||
}
|
|
||||||
|
|
||||||
static int mirror(int x, int w)
|
static int mirror(int x, int w)
|
||||||
{
|
{
|
||||||
x = abs(x);
|
x = abs(x);
|
||||||
|
Loading…
Reference in New Issue
Block a user