bezier: Remove Todo about N-Point bezier curves. (#3352)

This commit is contained in:
Dickby 2023-09-17 19:48:11 +02:00 committed by GitHub
parent af15b15b4b
commit b0a82c04df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,6 @@ constexpr float INVBAKEDPOINTS = 1.f / BAKEDPOINTS;
// an implementation of a cubic bezier curve // an implementation of a cubic bezier curve
// might do better later // might do better later
// TODO: n-point curves
class CBezierCurve { class CBezierCurve {
public: public:
// sets up the bezier curve. // sets up the bezier curve.