Adopt XS containers everywhere (incomplete work)

This commit is contained in:
Alessandro Ranellucci 2013-07-16 09:49:34 +02:00
parent 339ba9e5c3
commit 9b582a11ff
30 changed files with 130 additions and 311 deletions

View file

@ -45,7 +45,7 @@ sub simplify {
sub p {
my $self = shift;
return @{$self->expolygon};
return @{$self->expolygon->pp};
}
sub is_solid {