public abstract class SplineSet
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected CurveFit |
mCurveFit |
protected int[] |
mTimePoints |
protected float[] |
mValues |
| Constructor and Description |
|---|
SplineSet() |
| Modifier and Type | Method and Description |
|---|---|
float |
get(float t) |
CurveFit |
getCurveFit() |
float |
getSlope(float t) |
void |
setPoint(int position,
float value) |
void |
setType(java.lang.String type) |
void |
setup(int curveType) |
java.lang.String |
toString() |
protected CurveFit mCurveFit
protected int[] mTimePoints
protected float[] mValues
public java.lang.String toString()
toString in class java.lang.Objectpublic void setType(java.lang.String type)
public float get(float t)
public float getSlope(float t)
public CurveFit getCurveFit()
public void setPoint(int position,
float value)
public void setup(int curveType)