Refactoring. Point objects are now plain arrayrefs. Slicing is 30% faster.

This commit is contained in:
Alessandro Ranellucci 2011-10-12 14:54:49 +02:00
parent 774717c8bb
commit e410410dc7
10 changed files with 44 additions and 55 deletions

View file

@ -258,6 +258,9 @@ sub _read_ascii {
}
}
}
if ($facet) {
die "STL file seems invalid\n";
}
}
sub _read_binary {