Function CommandBuilder2D.CatmullRom
Draws a smooth curve through a list of points.
Public
CatmullRom
(float2 p0, float2 p1, float2 p2, float2 p3)
Draws a centripetal catmull rom spline.
Public
CatmullRom
(float2 p0, float2 p1, float2 p2, float2 p3, Color color)
Draws a centripetal catmull rom spline.
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