Ejemplo n.º 1
0
Point GrnMatrix::getRotationRadians() const 
{
	Point p = getRotationDegrees();
	p *= GRAD_PI2; 
	return p;
} 
Ejemplo n.º 2
0
void Gun::_rotate(double angle)
{
    this->setRotationDegrees(getRotationDegrees() + angle);
}