Skip to main content

All Questions

Tagged with
0 votes
1 answer
217 views

2D Rotation of an object along a curve line

I would like to rotate an object along a curve. I managed to move the object along the curve using bezier curve algorithm. The hard part is to rotate the object constantly(no limit on maximum angle), ...
Lim Ta Sheng's user avatar
2 votes
2 answers
1k views

Bezier curve not drawn correctly

I'm trying to draw a bezier curve using 3 points. If I use the quadratic form: I get this result: And I believe it's correct. Now since I need to draw it with a variable number of points, I'm ...
Ramy Al Zuhouri's user avatar