Neo 16 Posted September 22, 2022 Share Posted September 22, 2022 A (non-rational) quadratic Bezier curve is a section of a parabola, which is the trajectory of an initial velocity under constant acceleration, which at most spans a plane as only two vectors are involved.Basic vector addition lets us visualize that a parallelgram grid is formed from the displacement contributed by initial velocity and displacement contributed by acceleration. So it's pretty easy to see that the middle control point forms the direction of acceleration with the midpoint between start and end[1].Why then are all the sources describing quadratic Bezier curves make absolutely no reference to any meaningful physical quantities of any sort, instead just treating them like some sort of magical incantation about "interpolations of interpolation"? And similarly cubic Bezier curve can easily be described by the parallelpipid grid spanned by the velocity, acceleration, and jerk vectors, so there's no sense in saying that this strange way of describing them is necessary for generalization. The only likely explanation I can think of is laziness, as it doesn't really make much sense to be motivated by some sort of elitism on something so exceedingly simple.[1] https://i.imgur.com/vP9fLYh.png Comments URL: https://news.ycombinator.com/item?id=32934044 Points: 2 # Comments: 0 View the full article Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.