mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-30 03:30:34 +02:00
10 lines
540 B
Plaintext
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 ┘
|