mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-18 14:31:24 +02:00
11 lines
476 B
Plaintext
11 lines
476 B
Plaintext
|
|
╭ p = some point ╮
|
|
│ 1 │
|
|
│ p = some other point │
|
|
│ 2 │
|
|
Given │ distance= (p - p ) │, our new point = p + distance · ratio
|
|
│ 2 1 │ 1
|
|
│ percentage │
|
|
│ ratio= ─────────── │
|
|
╰ 100 ╯
|