Tanoda
Leap.Unity.Animation.ISpline< XType, dXType > Interface Template Reference

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]
 

Detailed Description

Definition at line 13 of file ISpline.cs.

Member Function Documentation

◆ DerivativeAt()

dXType Leap.Unity.Animation.ISpline< XType, dXType >.DerivativeAt ( float  t)

◆ ValueAndDerivativeAt()

void Leap.Unity.Animation.ISpline< XType, dXType >.ValueAndDerivativeAt ( float  t,
out XType  value,
out dXType  deltaValuePerT 
)

◆ ValueAt()

XType Leap.Unity.Animation.ISpline< XType, dXType >.ValueAt ( float  t)

Property Documentation

◆ maxT

float Leap.Unity.Animation.ISpline< XType, dXType >.maxT
get

Definition at line 16 of file ISpline.cs.

◆ minT

float Leap.Unity.Animation.ISpline< XType, dXType >.minT
get

Definition at line 15 of file ISpline.cs.


The documentation for this interface was generated from the following file: