A* Pathfinding Project  4.0.7
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
AstarSplines Member List

This is the complete list of members for AstarSplines, including all inherited members.

CatmullRom(Vector3 previous, Vector3 start, Vector3 end, Vector3 next, float elapsedTime)AstarSplinesstatic
CatmullRomOLD(Vector3 previous, Vector3 start, Vector3 end, Vector3 next, float elapsedTime)AstarSplinesstatic
CubicBezier(Vector3 p0, Vector3 p1, Vector3 p2, Vector3 p3, float t)AstarSplinesstatic
CubicBezierDerivative(Vector3 p0, Vector3 p1, Vector3 p2, Vector3 p3, float t)AstarSplinesstatic
CubicBezierSecondDerivative(Vector3 p0, Vector3 p1, Vector3 p2, Vector3 p3, float t)AstarSplinesstatic