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/catmullconv/9ae99b090883023a485be7be098858e9.ascii
2022-01-04 11:50:23 -08:00

10 lines
409 B
Plaintext

┌ P ┐ ┌ P ┐
│ 1 │ │ 1 │
│ P │ │ P │
│ 2 │ ==> │ 4 │
│ P │ Bézier │ P + 3(P - P ) │ CatmullRom
│ 3 │ │ 4 1 2 │
│ P │ │ P + 3(P - P ) │
└ 4 ┘ └ 1 4 3 ┘