TeckXKnight wrote:I hope your work continues to go well and pee pee ass ass penis.
factnfiction101 wrote:^I agree with this guy.
Coord subtileCorner(Coord x){
Coord corner=new Coord();
if(x==null) return x;
corner.x=x.x/11;
if(x.x<0)
{
corner.x-=1;
corner.x*=11;
}
else
corner.x*=11;
corner.y=x.y/11;
if(x.y<0)
{
corner.y-=1;
corner.y*=11;
}
else
corner.y*=11;
return corner;
}
Coord subtileCenter(Coord x)
{
return subtileCorner(x).add(5,5);
}
Users browsing this forum: BLEX [Bot], Claude [Bot] and 1 guest