Processing Forum
pApplet_.pushMatrix();
pApplet_.translate(pApplet_.width/2,pApplet_.height/2);
pApplet_.rotate(theta);
displayDefault();
pApplet_.translate(-pApplet_.width/2, -pApplet_.height/2);
pApplet_.popMatrix();