Open pkolchanov opened 3 months ago
Hi! The example graphics in the Curve offsetting section is misleading, because it doesn’t show extreme points of simplified curves:
I’ve traced the problem. It occurs due to the use of outdated dpoints in the reduce() method. A simple invalidation resolves the issue.
dpoints
reduce()
Hi! The example graphics in the Curve offsetting section is misleading, because it doesn’t show extreme points of simplified curves:
I’ve traced the problem. It occurs due to the use of outdated
dpoints
in thereduce()
method. A simple invalidation resolves the issue.