mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Ported encloses_point() to XS and renamed to contains_point()
This commit is contained in:
@@ -2,7 +2,7 @@ use Test::More;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
plan tests => 26;
|
||||
plan tests => 25;
|
||||
|
||||
BEGIN {
|
||||
use FindBin;
|
||||
@@ -85,13 +85,6 @@ my $polygons = [
|
||||
),
|
||||
];
|
||||
|
||||
my $points = [
|
||||
Slic3r::Point->new(73631077, 371742392),
|
||||
Slic3r::Point->new(73631077, 501742392),
|
||||
];
|
||||
|
||||
is Slic3r::Geometry::can_connect_points(@$points, $polygons), 0, 'can_connect_points';
|
||||
|
||||
#==========================================================
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user