1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-20 07:21:43 +02:00
Files
BezierInfo-2/docs/images/snippets/explanation/af40980136c291814e8970dc2a3d8e63.ascii
2022-01-04 11:50:23 -08:00

6 lines
110 B
Plaintext

linear= 1 + 1
square= 1 + 2 + 1
cubic= 1 + 3 + 3 + 1
quartic= 1 + 4 + 6 + 4 + 1