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

/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
H A DShadowUtil.java226 public static BoundingBox computeBoundForPoints(Vector3f[] pts, Transform transform) { method in class:ShadowUtil
247 public static BoundingBox computeBoundForPoints(Vector3f[] pts, Matrix4f mat) { method in class:ShadowUtil
290 BoundingBox splitBB = computeBoundForPoints(points, viewProjMatrix);
366 BoundingBox splitBB = computeBoundForPoints(points, viewProjMatrix);

Completed in 30 milliseconds