You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The whole unit circle situation should be scaled by r, but for the final equations, control point 1, r doesn't get multiplied to the y-term (k).
On a minor note, while reading this section, the TL;DR knowledge / assertion that I was looking for was that the vector-magnitudes of the control points from the start/end points were both the same, and equal to r*k (and the arc eqn for k, that was useful), in the direction of the circle tangent.
Thanks for the guide!
The text was updated successfully, but these errors were encountered:
BezierInfo-2/docs/chapters/circles_cubic/content.en-GB.md
Line 86 in ea6f610
The whole unit circle situation should be scaled by
r
, but for the final equations, control point 1,r
doesn't get multiplied to the y-term (k
).On a minor note, while reading this section, the TL;DR knowledge / assertion that I was looking for was that the vector-magnitudes of the control points from the start/end points were both the same, and equal to
r*k
(and the arc eqn fork
, that was useful), in the direction of the circle tangent.Thanks for the guide!
The text was updated successfully, but these errors were encountered: