niemandkun / adddxdx

Simple OpenGL application.
GNU General Public License v3.0
1 stars 0 forks source link

Building Bezier curve #6

Closed niemandkun closed 7 years ago

niemandkun commented 7 years ago

Need to implement cubic interpolation with Bezier curves:

For a given time moment t and points p1, p2, p3, p4 find point p using a cubic Bezier interpolation between p1, p2, p3, p4 at the time moment t.

See: