Method | Description | |
---|---|---|
Add ( float time, float value ) : Key | ||
Add ( Key key ) : void | ||
CatRomEval ( |
||
Curve ( ) : System | ||
Eval ( float t ) : float | ||
FindNearestKey ( float time ) : Key | ||
FindNearestKey ( float time, int &index ) : Key | ||
InBound ( float time ) : bool | ||
LowerBound ( float time ) : bool | ||
UpperBound ( float time ) : bool |
public static CatRomEval ( |
||
curve | ||
t | float | |
return | float |
public FindNearestKey ( float time, int &index ) : Key | ||
time | float | |
index | int | |
return | Key |