mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Rectilinear fill
This commit is contained in:
parent
428006264d
commit
9e111d0a6d
11 changed files with 317 additions and 33 deletions
|
@ -31,6 +31,11 @@ sub id {
|
|||
return $self->x . "," . $self->y; #;;
|
||||
}
|
||||
|
||||
sub coordinates {
|
||||
my $self = shift;
|
||||
return ($self->x, $self->y); #))
|
||||
}
|
||||
|
||||
sub coincides_with {
|
||||
my $self = shift;
|
||||
my ($point) = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue