示例#1
0
文件: Body.java 项目: rdo/speleo
 /**
  * True if this body has reached the edge of the world bounds and hence is frozen in space.
  *
  * @return True if this body has reached the edge of the world bounds.
  */
 public boolean isOutOfBounds() {
   checkBody();
   return jboxBody.isFrozen();
 }