S
S
savoid2020-12-17 00:59:34
Java
savoid, 2020-12-17 00:59:34

Implementation of Bezier Curves Algorithm for 6 Points in Java?

Guys, save, you need to implement the algorithm for drawing Bezier curves for 3,4,5 and 6 points. We really need your help!

Only the implementation came to mind in this way: P(1) = P0*t^2 + P1*2*t*(1-t) + P2*(1-t)^2, where we substitute the previously declared coordinates and the value of t. We do this for every point. And so for each straight line, I tried to implement it, but without success.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question