mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-27 18:20:24 +02:00
rebuild
This commit is contained in:
@@ -5,7 +5,7 @@ We can further control Bézier curves by "rationalising" them: that is, adding a
|
||||
Adding these ratio values to the regular Bézier curve function is fairly easy. Where the regular function is the following:
|
||||
|
||||
\[
|
||||
Bézier(n,t) = \sum_{i=0}^{n} \binom{n}{i} \cdot (1-t)^{n-i} \cdot t^{i} \cdot w_i \cdot ratio_i
|
||||
Bézier(n,t) = \sum_{i=0}^{n} \binom{n}{i} \cdot (1-t)^{n-i} \cdot t^{i} \cdot w_i
|
||||
\]
|
||||
|
||||
The function for rational Bézier curves has two more terms:
|
||||
|
Reference in New Issue
Block a user