Uses of Class
cas.CASMorph

Packages that use CASMorph
cas Provides classes defining CAS (Character Animation Stream) data objects. 
 

Uses of CASMorph in cas
 

Methods in cas that return CASMorph
 CASMorph[] CASFrame.getMorphs()
          Gets the morph array for this frame.
 

Methods in cas with parameters of type CASMorph
 void CASFrame.copy(float time, float dur, CASTRSet[] bones, CASMorph[] morphs)
          Completely redefines this frame by creating its own copies of all the given data.
 void CASFrame.set(float time, float dur, CASTRSet[] bones, CASMorph[] morphs)
          Completely redefines this frame by attaching the given data to it (that is, the array references are copied, not the arrays themselves).
 

Constructors in cas with parameters of type CASMorph
CASFrame(CASTRSet[] bones, CASMorph[] morphs)
          Constructs a frame using the given arrays.
CASFrame(float time, CASTRSet[] bones, CASMorph[] morphs)
          Constructs a frame using the given time-stamp and data arrays.
CASFrame(float time, float dur, CASTRSet[] bones, CASMorph[] morphs)
          Constructs a frame using the given time-stamp, duration, and data arrays.
CASMorph(CASMorph morph)
          Constructs a copy of the given morph.