bool ccpFuzzyEqual(const CCPoint& a, const CCPoint& b, float var)
{
	return a.fuzzyEquals(b, var);
}