FileDocCategorySizeDatePackage
MotionSegment.javaAPI DocphoneME MR2 API (J2ME)1542Wed May 02 18:00:36 BST 2007com.sun.perseus.model

MotionSegment

public interface MotionSegment implements Segment
Represents a time interval in an animation.
version
$Id: MotionSegment.java,v 1.2 2006/04/21 06:38:02 st125089 Exp $

Fields Summary
Constructors Summary
Methods Summary
public voidcompute(float p, float[][] w)
Computes an interpolated value for the given penetration in the segment.

param
p the segment penetration. Should be in the [0, 1] range.
param
w array where the computed value should be stored.