|
CC_DLL Point | (Point &p0, Point &p1, Point &p2, Point &p3, float tension, float t) |
| Returns the Cardinal Spline position for a given set of control points, tension and time. More...
|
|
var | ( var p0, var p1, var p2, var p3, var tension, var t) |
| Returns the Cardinal Spline position for a given set of control points, tension and time. More...
|
|
local | ( local p0, local p1, local p2, local p3, local tension, local t) |
| Returns the Cardinal Spline position for a given set of control points, tension and time. More...
|
|