Uses of Class
org.jagatoo.loaders.models.cal3d.core.CalCoreBone

Packages that use CalCoreBone
org.jagatoo.loaders.models.cal3d.core   
 

Uses of CalCoreBone in org.jagatoo.loaders.models.cal3d.core
 

Fields in org.jagatoo.loaders.models.cal3d.core declared as CalCoreBone
protected  CalCoreBone CalBone.coreBone
           
 

Fields in org.jagatoo.loaders.models.cal3d.core with type parameters of type CalCoreBone
protected  java.util.Map<java.lang.String,CalCoreBone> CalCoreSkeleton.coreBonesByName
           
protected  java.util.Vector<CalCoreBone> CalCoreSkeleton.vectorCoreBone
           
 

Methods in org.jagatoo.loaders.models.cal3d.core that return CalCoreBone
 CalCoreBone CalBone.getCoreBone()
          Provides access to the core bone.
 CalCoreBone CalCoreSkeleton.getCoreBone(int coreBoneId)
          Provides access to a core bone.
 CalCoreBone CalCoreSkeleton.getCoreBone(java.lang.String name)
          Gets the core bone specified by name.
protected static CalCoreBone CalLoader.loadCoreBones(java.io.DataInput file)
          Loads a core bone instance.
 

Methods in org.jagatoo.loaders.models.cal3d.core that return types with arguments of type CalCoreBone
 java.util.Vector<CalCoreBone> CalCoreSkeleton.getCoreBones()
           
 

Methods in org.jagatoo.loaders.models.cal3d.core with parameters of type CalCoreBone
 int CalCoreSkeleton.addCoreBone(CalCoreBone coreBone)
          Adds a core bone.
 org.openmali.vecmath2.Quaternion4f CalSkeleton.getBoneRotation(CalCoreBone coreBone)
          Gets the rotation needed to go from the skeleton origin to the bone end.
 org.openmali.vecmath2.Vector3f CalSkeleton.getBoneTranslation(CalCoreBone coreBone)
          Gets the translation needed to go from the skeleton origin to the bone end.
protected static void CalSaver.saveCoreBones(java.io.DataOutput file, CalCoreBone coreBone)
          Saves a core bone instance.
 

Constructors in org.jagatoo.loaders.models.cal3d.core with parameters of type CalCoreBone
CalBone(CalCoreBone coreBone)
          Constructs a bone instance from a core bone.