mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-20 15:32:09 +02:00
7 lines
229 B
Plaintext
7 lines
229 B
Plaintext
|
|
2 2
|
|
B = a (1-t) + 2 b (1-t) t + c t
|
|
quadratic
|
|
2 2 2
|
|
= a - 2at + at + 2bt - 2bt + ct
|