1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 19:50:01 +02:00
Files
BezierInfo-2/docs/images/snippets/catmullconv/902c290a790b4d44d10236f4a1456cdc.ascii
2022-01-04 11:50:23 -08:00

10 lines
540 B
Plaintext

┌ V ┐
│ 1 │
┌ 1 0 0 0 ┐ │ V │
CatmullRom(t) = ┌ 2 3 ┐ · │ 0 0 1 0 │ · │ 2 │
└ 1 t t t ┘ │ -3 3 -2 -1 │ │ V' │
└ 2 -2 1 1 ┘ │ 1 │
│ V' │
└ 2 ┘