Obi  6.4
Unified particle physics for Unity
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Obi.ObiCatmullRomInterpolator Class Reference
Inheritance diagram for Obi.ObiCatmullRomInterpolator:
Obi.ObiInterpolator< T >

Public Member Functions

float Evaluate (float y0, float y1, float y2, float y3, float mu)
 
float EvaluateFirstDerivative (float y0, float y1, float y2, float y3, float mu)
 
float EvaluateSecondDerivative (float y0, float y1, float y2, float y3, float mu)
 
- Public Member Functions inherited from Obi.ObiInterpolator< T >
Evaluate (T v0, T v1, T v2, T v3, float mu)
 
EvaluateFirstDerivative (T v0, T v1, T v2, T v3, float mu)
 
EvaluateSecondDerivative (T v0, T v1, T v2, T v3, float mu)
 

Member Function Documentation

float Obi.ObiCatmullRomInterpolator.Evaluate ( float  y0,
float  y1,
float  y2,
float  y3,
float  mu 
)

1D bezier spline interpolation

float Obi.ObiCatmullRomInterpolator.EvaluateFirstDerivative ( float  y0,
float  y1,
float  y2,
float  y3,
float  mu 
)

1D catmull rom spline second derivative

float Obi.ObiCatmullRomInterpolator.EvaluateSecondDerivative ( float  y0,
float  y1,
float  y2,
float  y3,
float  mu 
)

1D catmull rom spline second derivative


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