|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.jme.sysutils.SpatialUtility
public class SpatialUtility
The Class SpatialUtility.
Constructor Summary | |
---|---|
SpatialUtility()
|
Method Summary | |
---|---|
static java.util.ArrayList<com.jme.math.Vector3f[]> |
findEdges(com.jme.scene.Spatial s,
boolean removeContainer)
Find edges. |
static java.util.ArrayList<com.jme.math.Vector3f> |
generateRelevantCoords(com.jme.scene.Spatial s,
java.util.ArrayList<java.lang.Integer> coordsIndex)
Generate relevant coords. |
static java.util.ArrayList<java.lang.Integer> |
getIndexOfRelevantCoords(com.jme.scene.Spatial s)
Gets the index of relevant coords. |
static float |
getMaxDimension(com.jme.scene.Spatial targetSpatial)
Gets the max dimension. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpatialUtility()
Method Detail |
---|
public static java.util.ArrayList<com.jme.math.Vector3f[]> findEdges(com.jme.scene.Spatial s, boolean removeContainer)
s
- the sremoveContainer
- the remove container
public static java.util.ArrayList<com.jme.math.Vector3f> generateRelevantCoords(com.jme.scene.Spatial s, java.util.ArrayList<java.lang.Integer> coordsIndex)
s
- the scoordsIndex
- the coords index
public static java.util.ArrayList<java.lang.Integer> getIndexOfRelevantCoords(com.jme.scene.Spatial s)
s
- the s
public static float getMaxDimension(com.jme.scene.Spatial targetSpatial)
targetSpatial
- the target spatial
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |