Function CommandBuilder.CatmullRom

CatmullRom (List<Vector3> points)

Draws a smooth curve through a list of points.

Public
CatmullRom (List<Vector3> points, Color color)

Draws a smooth curve through a list of points.

Public
CatmullRom (float3 p0, float3 p1, float3 p2, float3 p3)

Draws a centripetal catmull rom spline.

Public
CatmullRom (float3 p0, float3 p1, float3 p2, float3 p3, Color color)

Draws a centripetal catmull rom spline.

Public