▲ | Bezier Curve as Easing Function in C++(asawicki.info) | |||||||||||||||||||||||||
45 points by ibobev 9 hours ago | 6 comments | ||||||||||||||||||||||||||
▲ | dahart 7 hours ago | parent | next [-] | |||||||||||||||||||||||||
If the author is here, have you tested and can you comment on the precision of these different methods? I see the code uses some fast-math style approximations for a few operations. How does that compare to Newton-Raphson? And what was the termination criteria for Newton-Raphson… can the runtime be increased or decreased significantly by adjusting the threshold a little? | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | sciencesama 7 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
Need a way to create letter transformation and number transformation ! | ||||||||||||||||||||||||||
▲ | brcmthrowaway 6 hours ago | parent | prev [-] | |||||||||||||||||||||||||
Can the beziers be chained in a long curve |