Dynamic extrusion width for better gap filling
This commit is contained in:
parent
65b11fa850
commit
0aa224ffad
6 changed files with 136 additions and 21 deletions
|
@ -91,6 +91,13 @@ sub offset_ex {
|
|||
return @{ union_ex(\@offsets) };
|
||||
}
|
||||
|
||||
sub noncollapsing_offset_ex {
|
||||
my $self = shift;
|
||||
my ($distance, @params) = @_;
|
||||
|
||||
return $self->offset_ex($distance + 1, @params);
|
||||
}
|
||||
|
||||
sub encloses_point {
|
||||
my $self = shift;
|
||||
my ($point) = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue