Is it possible to draw a curve with some specified length between two points? I'm considering damped sines like WolframAlpha or Bezier curves.
2026-04-08 03:48:11.1775620091
How to draw a fixed length curve?
661 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
If a specified length and specified endpoints are all you want, there are very many ways to do that. The easiest smooth way to proceed is probably to make it a circular arc ... whose center you'll need to find numerically (unless you happen to have an inverse sinc function available).