Thin walls. #24

This commit is contained in:
Alessandro Ranellucci 2011-12-30 17:17:37 +01:00
parent 62ee79f0c9
commit 1c7564e4a4
12 changed files with 203 additions and 12 deletions

View file

@ -45,6 +45,8 @@ sub reverse {
@{$self->points} = reverse @{$self->points};
}
sub is_printable { 1 }
sub split_at_acute_angles {
my $self = shift;