1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-28 18:49:57 +02:00
Files
BezierInfo-2/docs/images/snippets/catmullconv/389a1ea8c9e92df9a2b38718e34bae7b.ascii
2022-01-04 11:50:23 -08:00

10 lines
493 B
Plaintext

┌ P ┐
│ 1 │
┌ 1 0 0 0 ┐ │ P │
Bézier(t) = ┌ 2 3 ┐ · │ -3 3 0 0 │ · │ 2 │
└ 1 t t t ┘ │ 3 -6 3 0 │ │ P │
└ -1 3 -3 1 ┘ │ 3 │
│ P │
└ 4 ┘