Cubic bezier curve : get sub curve coordinates

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
Nabeshin4
Messages
2
Reaction score
0
cubic bezier curve : get "sub curve" coordinates

Hi,

I have a standard cubic bezier curve defined by 4 points, what I'm trying to get is a "sub-curve" of this one (from the same point of origin, to one particular point on this curve, with the same curve).

For example, getting the first 10% from this curve, also defined as a bezier curve by 4 points, getting point of origin and end point is easy, but I really have no idea of how to calculate the position of the 2 other points (the points giving directional information). Any idea/hint of how to calculate this ?
 
Mathematics news on Phys.org


Thanks a lot, that's exactly what I was looking for.