float getSpeed() const                                      { return _velocity.getLength(); }
Esempio n. 2
0
bool FireAOE::isPositionInArea(const cocos2d::Vec2 & relativePos)
{
	return relativePos.getLength()<radius;

}