HomeSort by relevance Sort by last modified time
    Searched refs:AABB (Results 1 - 4 of 4) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
AreaUtils.java 62 }else if (bound.getType() == BoundingVolume.Type.AABB){
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingVolume.java 64 AABB,
BoundingBox.java 96 return Type.AABB;
273 if (store == null || store.getType() != Type.AABB) {
305 if (store == null || store.getType() != Type.AABB) {
373 case AABB: {
413 case AABB: {
435 * Merges this AABB with the given OBB.
438 * the OBB to merge this AABB with.
439 * @return This AABB extended to fit the given OBB.
545 if (store != null && store.getType() == Type.AABB) {
    [all...]
BoundingSphere.java 478 case AABB: {
522 case AABB: {

Completed in 394 milliseconds