Uses of Class
apps.threedmanipulationexperiment.gestures.ControlPanelMoveRotateScale

Packages that use ControlPanelMoveRotateScale
apps.threedmanipulationexperiment.gestures   
 

Uses of ControlPanelMoveRotateScale in apps.threedmanipulationexperiment.gestures
 

Methods in apps.threedmanipulationexperiment.gestures with parameters of type ControlPanelMoveRotateScale
 void ControlPanelMoveRotateScale.RotateTranslateScaleListener.itemMoved(ControlPanelMoveRotateScale multiTouchElement, com.jme.scene.Spatial targetSpatial, float newLocationX, float newLocationY, float oldLocationX, float oldLocationY)
          Item moved.
 void ControlPanelMoveRotateScale.RotateTranslateScaleListener.itemRotated(ControlPanelMoveRotateScale multiTouchElement, com.jme.scene.Spatial targetSpatial, float newAngle, float oldAngle)
          Item rotated.
 void ControlPanelMoveRotateScale.RotateTranslateScaleListener.itemScaled(ControlPanelMoveRotateScale multiTouchElement, com.jme.scene.Spatial targetSpatial, float scaleChange)
          Item scaled.