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
This might be something interesting to have at some point. The user could specify the relative spacing between arrowheads along the length of the edge. Another option would be to specify waypoints for the arrowheads.
This is obviously not a must have, but would be a feature that would give more flexibility to the user.
General idea: have an attribute (e.g., arrow_number) such that this number of arrowheads are added. We could leverage the interpolate function and apply it over several values. For example: if arrow_number = 3, then apply interpolate at 0.25, 0.50, and 0.75 (i.e., interpolate(p,t) for t in range(0,1,arrow_number+2)[2:end-1]).
The text was updated successfully, but these errors were encountered:
This might be something interesting to have at some point. The user could specify the relative spacing between arrowheads along the length of the edge. Another option would be to specify waypoints for the arrowheads.
This is obviously not a must have, but would be a feature that would give more flexibility to the user.
General idea: have an attribute (e.g.,
arrow_number
) such that this number of arrowheads are added. We could leverage theinterpolate
function and apply it over several values. For example: ifarrow_number
= 3, then apply interpolate at 0.25, 0.50, and 0.75 (i.e.,interpolate(p,t) for t in range(0,1,arrow_number+2)[2:end-1]
).The text was updated successfully, but these errors were encountered: