Posts by João Victor Oliveira Couto • 61 points
3 posts
-
1
votes1
answer77
viewsA: Rotate points belonging to a Bezier curve in canvas js
I was able to detect the problem. First in the rotation function, whose name is rotateBezier the use of the origin in both x and y and of the offsets used should be eliminated. The function was as…
-
4
votes3
answers115
viewsA: Why doesn’t this equation compile?
Good evening Giovane, I took a look at your code, and the fact that it does not compile is really due to a syntactic error existing in your code. The error is found in the expression Math.Cosh(2x),…
pythonanswered João Victor Oliveira Couto 61 -
1
votes1
answer77
viewsQ: Rotate points belonging to a Bezier curve in canvas js
all right? I’d like help with a problem I recently got while working with JS. I need to make a function in JS that can rotate a set of points present in a Bezier curve. I previously researched a way…