Bezier
Content:
public class AnimationCurve : Curve<float, AnimationCurve.Point, float>
Language: C#
Представляет анимационную кривую на основе кривых Безье.
public class DBezier1 : Curve<double, DBezier1.Point, double>
Language: C#
Catmull-Rom spline curve implementation for double.
public class DBezier2 : Curve<DVector2, DBezier2.Point, double>
Language: C#
Catmull-Rom spline curve implementation for DVector2.
public class DBezier3 : Curve<DVector3, DBezier3.Point, double>
Language: C#
Catmull-Rom spline curve implementation for DVector3.
public class FBezier1 : Curve<float, FBezier1.Point, float>
Language: C#
Catmull-Rom spline curve implementation for float.
public class FBezier2 : Curve<FVector2, FBezier2.Point, float>
Language: C#
Catmull-Rom spline curve implementation for FVector2.
public class FBezier3 : Curve<FVector3, FBezier3.Point, float>
Language: C#
Catmull-Rom spline curve implementation for FVector3.