mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-20 07:21:43 +02:00
7 lines
264 B
Plaintext
7 lines
264 B
Plaintext
|
|
1次= (1-t) + t
|
|
2 2
|
|
2次= (1-t) + 2 · (1-t) · t + t
|
|
3 2 2 3
|
|
3次= (1-t) + 3 · (1-t) · t + 3 · (1-t) · t + t
|