Is there an algorithm to measure the length of a curve, be it a bezier or just a simple squiggly line?
Points for the best answer! Thanks!
Five answers:
2007-11-17 02:28:54 UTC
use a peice of string!
Actzipild
2007-11-17 02:41:35 UTC
To measure a curve on a computer screen you could approximating the length with a trapezoid. Then by dividing the big trapezoid in 2 smaller ones you will have an even better approximation. Dividing the 2 smaller ones into 4 even smaller ones....and this continues until you reach your desired level of approximation.
Kennedy
2007-11-17 02:29:07 UTC
Use string and then measure how much it took to go around the curve!
nameless
2007-11-17 02:29:17 UTC
if you are dealing with a curve on a physical tangible object you could use a string, and then hold the string up to a ruler.. If you are talking computers, then I dont know...
2007-11-17 02:33:28 UTC
String will work, but there are theorems and equations you can use depending on the type of curve.
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.