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
I was using your code to draw bezier lines and I notice an issue. The calculateSmoothLinePoints method is not using the very first point or the very last, it only uses the midpoint. This makes sense when continually drawing, but when drawing (for example) only three points over a long span, it misses a large part of the line.
The text was updated successfully, but these errors were encountered:
I was using your code to draw bezier lines and I notice an issue. The calculateSmoothLinePoints method is not using the very first point or the very last, it only uses the midpoint. This makes sense when continually drawing, but when drawing (for example) only three points over a long span, it misses a large part of the line.
The text was updated successfully, but these errors were encountered: