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
For this function, we should specify where the origin of the scale will be, such as maybe the midpoint, startpoint, or endpoint in the function parameters.
Line.scale(origin: float, modifier: float)
a.scale(0, 5) # scales from startpointa.scale(0.5, 5) # scales from midpointa.scale(1, 5) # scales from endpoint
No description provided.
The text was updated successfully, but these errors were encountered: