예제 #1
0
 /**
  * Set the angle of the painting polygons and the physics thing if it has a body.
  *
  * @param radians angle in radians.
  * @return this for chaining.
  */
 public PPCircle setAngle(float radians) {
   basic.setAngle(radians);
   return this;
 }