Vector3.CatmullRomSpline

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

User Comments