Searched defs:getWorldBound (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DSpatial.java263 return cam.containsGui(getWorldBound());
265 frustrumIntersects = cam.contains(getWorldBound());
671 * @see Spatial#getWorldBound()
1007 Vector3f worldCenter = getWorldBound().getCenter();
1301 * <code>getWorldBound</code> retrieves the world bound at this node
1306 public BoundingVolume getWorldBound() { method in class:Spatial

Completed in 99 milliseconds