synergynetframework.jme.pickingsystem
Class PickedSpatial

java.lang.Object
  extended by synergynetframework.jme.pickingsystem.PickedSpatial

public class PickedSpatial
extends java.lang.Object

The Class PickedSpatial.


Constructor Summary
PickedSpatial(com.jme.scene.Spatial s, com.jme.math.Vector3f pointOfSelection)
          Instantiates a new picked spatial.
 
Method Summary
 com.jme.math.Vector3f getPointOfSelection()
          Gets the point of selection.
 com.jme.scene.Spatial getSpatial()
          Gets the spatial.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PickedSpatial

public PickedSpatial(com.jme.scene.Spatial s,
                     com.jme.math.Vector3f pointOfSelection)
Instantiates a new picked spatial.

Parameters:
s - the s
pointOfSelection - the point of selection
Method Detail

getPointOfSelection

public com.jme.math.Vector3f getPointOfSelection()
Gets the point of selection.

Returns:
the point of selection

getSpatial

public com.jme.scene.Spatial getSpatial()
Gets the spatial.

Returns:
the spatial