1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-01 20:33:34 +02:00
Files
BezierInfo-2/docs/images/snippets/circles_cubic/9054528132317434ae2c0be27572d86b.ascii
2022-01-04 11:50:23 -08:00

10 lines
180 B
Plaintext

P = (1, 0)
1
P = (1, k)
2
P = P + k · (sin(θ), -cos(θ))
3 4
P = (cos(θ), sin(θ))
4