mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 03:59:58 +02:00
8 lines
322 B
Plaintext
8 lines
322 B
Plaintext
|
|
start= (r, 0)
|
|
control = (r, k)
|
|
1
|
|
control = r · (cos(θ) + k · sin(θ), sin(θ) - k · cos(θ))
|
|
2
|
|
end= r · (cos(θ), sin(θ))
|