mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-22 16:23:12 +02:00
7 lines
278 B
Plaintext
7 lines
278 B
Plaintext
|
|
linear= (1-t) + t
|
|
2 2
|
|
square= (1-t) + 2 · (1-t) · t + t
|
|
3 2 2 3
|
|
cubic= (1-t) + 3 · (1-t) · t + 3 · (1-t) · t + t
|