A* Pathfinding Project
4.1.10
The A* Pathfinding Project for Unity 3D
|
This is the complete list of members for AstarSplines, including all inherited members.
CatmullRom(Vector3 previous, Vector3 start, Vector3 end, Vector3 next, float elapsedTime) | AstarSplines | static |
CatmullRomOLD(Vector3 previous, Vector3 start, Vector3 end, Vector3 next, float elapsedTime) | AstarSplines | static |
CubicBezier(Vector3 p0, Vector3 p1, Vector3 p2, Vector3 p3, float t) | AstarSplines | static |
CubicBezierDerivative(Vector3 p0, Vector3 p1, Vector3 p2, Vector3 p3, float t) | AstarSplines | static |
CubicBezierSecondDerivative(Vector3 p0, Vector3 p1, Vector3 p2, Vector3 p3, float t) | AstarSplines | static |