CatmullRom


Content:

public class DCatmullRom1 : Curve<double, double, double>

Language: C#

Catmull-Rom spline curve implementation for double.

public class DCatmullRom2 : Curve<DVector2, DVector2, double>

Language: C#

Catmull-Rom spline curve implementation for DVector2.

public class DCatmullRom3 : Curve<DVector3, DVector3, double>

Language: C#

Catmull-Rom spline curve implementation for DVector3.

public class FCatmullRom1 : Curve<float, float, float>

Language: C#

Catmull-Rom spline curve implementation for float.

public class FCatmullRom2 : Curve<FVector2, FVector2, float>

Language: C#

Catmull-Rom spline curve implementation for FVector2.

public class FCatmullRom3 : Curve<FVector3, FVector3, float>

Language: C#

Catmull-Rom spline curve implementation for FVector3.