mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
One more arrayref conversion
This commit is contained in:
@@ -121,7 +121,7 @@ sub encloses_point {
|
|||||||
sub encloses_point_quick {
|
sub encloses_point_quick {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my ($point) = @_;
|
my ($point) = @_;
|
||||||
return Boost::Geometry::Utils::point_within_polygon($point, $self);
|
return Boost::Geometry::Utils::point_within_polygon($point, $self->arrayref);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub encloses_line {
|
sub encloses_line {
|
||||||
|
|||||||
Reference in New Issue
Block a user