static Vector3 CatmullRomSpline( Vector3 p0, Vector3 p1, Vector3 p2, Vector3 p3, float t )

Summary

Calculates a point on a Catmull-Rom spline given four control points and a parameter t.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.