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

10 lines
409 B
Plaintext

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