Creating an Equation from Coordinates to "Save" a Curve

  • Context: Undergrad 
  • Thread starter Thread starter jjj888
  • Start date Start date
  • Tags Tags
    Curve
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
jjj888
Messages
23
Reaction score
0
I was wondering if anyone had a good method for creating an equation from a set of coordinates. Let's say I have a vase (hourglass shaped). I have x,y coordinates that map the outline of the shape to about a 0.05" tolerance. Is there some mathmatical process that I can use to, in effect "save" this curve in an equation. I tried regression, but the shape isn't exact and I am aware that there could be many equations that could potentialy follow those points.

There must be some way to do it.

Thanks
 
Mathematics news on Phys.org
Thanks for the suggestion. I just discovered Bezier curves this weekend. I think they'll work for my purpose, although I'll keep the B splines in mind.

Thanks