Home
last modified time | relevance | path

Searched defs:computeUnionBound (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
DShadowUtil.java173 public static BoundingBox computeUnionBound(GeometryList list, Transform transform) { in computeUnionBound() method in ShadowUtil
192 public static BoundingBox computeUnionBound(GeometryList list, Matrix4f mat) { in computeUnionBound() method in ShadowUtil
211 public static BoundingBox computeUnionBound(List<BoundingVolume> bv) { in computeUnionBound() method in ShadowUtil