| Methods in com.jme.bounding that return BoundingVolume |
BoundingVolume |
OrientedBoundingBox.transform(Quaternion rotate,
Vector3f translate,
Vector3f scale)
|
BoundingVolume |
OrientedBoundingBox.transform(Quaternion rotate,
Vector3f translate,
Vector3f scale,
BoundingVolume store)
|
BoundingVolume |
OrientedBoundingBox.merge(BoundingVolume volume)
|
BoundingVolume |
OrientedBoundingBox.mergeLocal(BoundingVolume volume)
|
BoundingVolume |
OBB2.transform(Quaternion rotate,
Vector3f translate,
Vector3f scale)
|
BoundingVolume |
OBB2.transform(Quaternion rotate,
Vector3f translate,
Vector3f scale,
BoundingVolume store)
|
BoundingVolume |
OBB2.transform(Matrix3f rotate,
Vector3f translate,
Vector3f scale,
BoundingVolume store)
|
BoundingVolume |
OBB2.merge(BoundingVolume volume)
|
BoundingVolume |
OBB2.mergeLocal(BoundingVolume volume)
|
BoundingVolume |
BoundingVolume.transform(Quaternion rotate,
Vector3f translate,
Vector3f scale)
transform alters the location of the bounding volume by a
rotation, translation and a scalar. |
BoundingVolume |
BoundingVolume.transform(Quaternion rotate,
Vector3f translate,
Vector3f scale,
BoundingVolume store)
transform alters the location of the bounding volume by a
rotation, translation and a scalar. |
BoundingVolume |
BoundingVolume.merge(BoundingVolume volume)
merge combines two bounding volumes into a single bounding
volume that contains both this bounding volume and the parameter volume. |
BoundingVolume |
BoundingVolume.mergeLocal(BoundingVolume volume)
mergeLocal combines two bounding volumes into a single
bounding volume that contains both this bounding volume and the parameter
volume. |
BoundingVolume |
BoundingSphere.transform(Quaternion rotate,
Vector3f translate,
Vector3f scale)
transform modifies the center of the sphere to reflect the
change made via a rotation, translation and scale. |
BoundingVolume |
BoundingSphere.transform(Quaternion rotate,
Vector3f translate,
Vector3f scale,
BoundingVolume store)
transform modifies the center of the sphere to reflect the
change made via a rotation, translation and scale. |
BoundingVolume |
BoundingSphere.merge(BoundingVolume volume)
merge combines this sphere with a second bounding sphere. |
BoundingVolume |
BoundingSphere.mergeLocal(BoundingVolume volume)
mergeLocal combines this sphere with a second bounding
sphere locally. |
BoundingVolume |
BoundingBox.transform(Quaternion rotate,
Vector3f translate,
Vector3f scale)
transform modifies the center of the box to reflect the
change made via a rotation, translation and scale. |
BoundingVolume |
BoundingBox.transform(Quaternion rotate,
Vector3f translate,
Vector3f scale,
BoundingVolume store)
transform modifies the center of the box to reflect the
change made via a rotation, translation and scale. |
BoundingVolume |
BoundingBox.merge(BoundingVolume volume)
merge combines this sphere with a second bounding sphere. |
BoundingVolume |
BoundingBox.mergeLocal(BoundingVolume volume)
mergeLocal combines this sphere with a second bounding
sphere locally. |
| Methods in com.jme.bounding with parameters of type BoundingVolume |
BoundingVolume |
OrientedBoundingBox.transform(Quaternion rotate,
Vector3f translate,
Vector3f scale,
BoundingVolume store)
|
BoundingVolume |
OrientedBoundingBox.merge(BoundingVolume volume)
|
BoundingVolume |
OrientedBoundingBox.mergeLocal(BoundingVolume volume)
|
java.lang.Object |
OrientedBoundingBox.clone(BoundingVolume store)
|
boolean |
OrientedBoundingBox.intersects(BoundingVolume bv)
|
BoundingVolume |
OBB2.transform(Quaternion rotate,
Vector3f translate,
Vector3f scale,
BoundingVolume store)
|
BoundingVolume |
OBB2.transform(Matrix3f rotate,
Vector3f translate,
Vector3f scale,
BoundingVolume store)
|
BoundingVolume |
OBB2.merge(BoundingVolume volume)
|
BoundingVolume |
OBB2.mergeLocal(BoundingVolume volume)
|
java.lang.Object |
OBB2.clone(BoundingVolume store)
|
boolean |
OBB2.intersects(BoundingVolume bv)
|
BoundingVolume |
BoundingVolume.transform(Quaternion rotate,
Vector3f translate,
Vector3f scale,
BoundingVolume store)
transform alters the location of the bounding volume by a
rotation, translation and a scalar. |
BoundingVolume |
BoundingVolume.merge(BoundingVolume volume)
merge combines two bounding volumes into a single bounding
volume that contains both this bounding volume and the parameter volume. |
BoundingVolume |
BoundingVolume.mergeLocal(BoundingVolume volume)
mergeLocal combines two bounding volumes into a single
bounding volume that contains both this bounding volume and the parameter
volume. |
java.lang.Object |
BoundingVolume.clone(BoundingVolume store)
clone creates a new BoundingVolume object containing the
same data as this one. |
boolean |
BoundingVolume.intersects(BoundingVolume bv)
determines if this bounding volume and a second given volume are
intersecting. |
BoundingVolume |
BoundingSphere.transform(Quaternion rotate,
Vector3f translate,
Vector3f scale,
BoundingVolume store)
transform modifies the center of the sphere to reflect the
change made via a rotation, translation and scale. |
BoundingVolume |
BoundingSphere.merge(BoundingVolume volume)
merge combines this sphere with a second bounding sphere. |
BoundingVolume |
BoundingSphere.mergeLocal(BoundingVolume volume)
mergeLocal combines this sphere with a second bounding
sphere locally. |
java.lang.Object |
BoundingSphere.clone(BoundingVolume store)
clone creates a new BoundingSphere object containing the
same data as this one. |
boolean |
BoundingSphere.intersects(BoundingVolume bv)
|
BoundingVolume |
BoundingBox.transform(Quaternion rotate,
Vector3f translate,
Vector3f scale,
BoundingVolume store)
transform modifies the center of the box to reflect the
change made via a rotation, translation and scale. |
BoundingVolume |
BoundingBox.merge(BoundingVolume volume)
merge combines this sphere with a second bounding sphere. |
BoundingVolume |
BoundingBox.mergeLocal(BoundingVolume volume)
mergeLocal combines this sphere with a second bounding
sphere locally. |
java.lang.Object |
BoundingBox.clone(BoundingVolume store)
clone creates a new BoundingBox object containing the same
data as this one. |
boolean |
BoundingBox.intersects(BoundingVolume bv)
intersects determines if this Bounding Box intersects with another given
bounding volume. |