Tanoda
|
Public Member Functions | |
XType | ValueAt (float t) |
dXType | DerivativeAt (float t) |
void | ValueAndDerivativeAt (float t, out XType value, out dXType deltaValuePerT) |
Properties | |
float | minT [get] |
float | maxT [get] |
Definition at line 13 of file ISpline.cs.
dXType Leap.Unity.Animation.ISpline< XType, dXType >.DerivativeAt | ( | float | t | ) |
void Leap.Unity.Animation.ISpline< XType, dXType >.ValueAndDerivativeAt | ( | float | t, |
out XType | value, | ||
out dXType | deltaValuePerT | ||
) |
XType Leap.Unity.Animation.ISpline< XType, dXType >.ValueAt | ( | float | t | ) |
|
get |
Definition at line 16 of file ISpline.cs.
|
get |
Definition at line 15 of file ISpline.cs.