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
Using a positive offset, the algorithm computes a dilated offset. Instead of using a rounding approach to dilate, it instead uses a kind of star-shaped approach. Is this behaviour desired?
Note, that the original two dimensional line is the fifth counting from the innermost line. The four inner lines are computed using the shrinking offset. From the original line, all other lines are computed using the offset algorithm.
The text was updated successfully, but these errors were encountered:
Using a positive offset, the algorithm computes a dilated offset. Instead of using a rounding approach to dilate, it instead uses a kind of star-shaped approach. Is this behaviour desired?
Note, that the original two dimensional line is the fifth counting from the innermost line. The four inner lines are computed using the shrinking offset. From the original line, all other lines are computed using the offset algorithm.
The text was updated successfully, but these errors were encountered: