DiscussionsIssue archiveModeling Data and Algorithms

Archived discussion

Bezier curve conundrums

Modeling Data and AlgorithmsSat, 01/18/2025 - 00:331 reply

Browse this forum
QuestionAuthor

I have a question relating to computation of bezier curves - rather showing my ignorance of maths I'm afraid...

I'm working in 2D with points and bezier curves.

I want the user to be able to insert a new point into an existing bezier curve - thus creating two curves which accurately mirror the shape of the original. How the devil can I calculate this? Luckily, I'm only using 3point beziers - but might have to move to 4 (max)!

Any ideas?

Author

Discussion

1 archived reply

Posts are displayed in their archived order.

01Author

I'll answer my own post for completeness: DeCasteljau subdivision. Its easier than it sounds...