Uses of Class
org.xith3d.schedops.movement.TransformationDirectives

Packages that use TransformationDirectives
org.xith3d.schedops.movement   
 

Uses of TransformationDirectives in org.xith3d.schedops.movement
 

Methods in org.xith3d.schedops.movement that return TransformationDirectives
 TransformationDirectives AnimatableGroup.getTransformationDirectives()
           
 TransformationDirectives GroupAnimator.getTransformationDirectives()
           
 

Methods in org.xith3d.schedops.movement with parameters of type TransformationDirectives
 void AnimatableGroup.setTransformationDirectives(TransformationDirectives tfDirecs)
          Changes the TransformationDirectives used by this AnimatableGroup.
 void GroupAnimator.setTransformationDirectives(TransformationDirectives tfDirecs)
          Changes the TransformationDirectives used by this AnimatableGroup.
 void GroupRotator.setTransformationDirectives(TransformationDirectives rotDirecs)
          Changes the RotationDirectives used by this RotatableGroup.
 void GroupTranslator.setTransformationDirectives(TransformationDirectives transDirecs)
          Changes the TransformationDirectives used by this TranslatableGroup
 

Constructors in org.xith3d.schedops.movement with parameters of type TransformationDirectives
GroupAnimator(Transformable tn, TransformationDirectives tfDirecs)
          Creates a new GroupAnimator.
GroupAnimator(TransformationDirectives tfDirecs)
          Creates a new GroupAnimator.
GroupRotator(Transformable tn, TransformationDirectives rotDirecs)
          Creates a new GroupRotater with the given TransformationDirectives in use.
GroupRotator(TransformationDirectives rotDirecs)
          Creates a new GroupRotater with the given TransformationDirectives in use.
GroupTranslator(Transformable tn, TransformationDirectives transDirecs)
          Creates a new GroupTranslator with the given TransformationDirectives in use
GroupTranslator(TransformationDirectives transDirecs)
          Creates a new GroupTranslator with the given TransformationDirectives in use
RotatableGroup(TransformationDirectives rotDirecs)
          Creates a new RotatableGroup with the given TransformationDirectives in use.
TranslatableGroup(TransformationDirectives transDirecs)
          Creates a new TranslatableGroup with the given TransformationDirectives in use.