net.sf.josceleton.motion.api.gesture.hitwall
Interface HitWallConfig

All Superinterfaces:
GestureConfig, JointableGestureConfig

public interface HitWallConfig
extends JointableGestureConfig

Since:
0.4

Method Summary
 float getCoordinate()
           
 XyzDirection getDirection()
           
 boolean getTriggerOnLower()
           
 
Methods inherited from interface net.sf.josceleton.motion.api.gesture.JointableGestureConfig
getRelevantJoints
 

Method Detail

getDirection

XyzDirection getDirection()
Since:
0.4

getCoordinate

float getCoordinate()
Since:
0.4

getTriggerOnLower

boolean getTriggerOnLower()
Since:
0.4


Copyright © 2011 Josceleton. All Rights Reserved.