1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-21 07:51:49 +02:00
Files
BezierInfo-2/docs/images/snippets/matrix/9a9a55f5b0323d9ea88f82fc6be58ad3.ascii
2022-01-04 11:50:23 -08:00

5 lines
247 B
Plaintext

3 2 2 3
B(t) = P · (1-t) + P · 3 · (1-t) · t + P · 3 · (1-t) · t + P · t
1 2 3 4