1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-27 18:20:24 +02:00
Files
BezierInfo-2/docs/images/snippets/inflections/2dbf3071d74e2ba37ab888aaa3c1a17c.ascii
2022-01-04 11:50:23 -08:00

10 lines
229 B
Plaintext

a = x · y ╮
3 2 │
b = x · y │ 2
4 2 ╞ C(t) = (-3a + 2b + 3c - d)t + (3a - b - 3c)t + (c - a)
c = x · y │
2 3 │
d = x · y │
4 3 ╯