// Translate to the center of the display
vg.vgTranslate(_xScreenCenter, _yScreenCenter);
// Rotate the image
vg.vgRotate(_mainRotation.getFloat() + ROTATE * i);
// Translate the image half of the icon's width
vg.vgTranslate(-halfIconWidth, RADIUS);
// Draw the rotated, translated image