| com.sun.perseus.model.MotionSegment
All known Subclasses: com.sun.perseus.model.LeafMotionSegment, com.sun.perseus.model.CompositeMotionSegment,
MotionSegment | interface MotionSegment extends Segment(Code) | | Represents a time interval in an animation.
version: $Id: MotionSegment.java,v 1.2 2006/04/21 06:38:02 st125089 Exp $ |
Method Summary | |
void | compute(float p, float[][] w) Computes an interpolated value for the given penetration in the
segment.
Parameters: p - the segment penetration. |
compute | void compute(float p, float[][] w)(Code) | | Computes an interpolated value for the given penetration in the
segment.
Parameters: p - the segment penetration. Should be in the [0, 1] range. Parameters: w - array where the computed value should be stored. |
|
|