mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Use linestring_length() from Boost
This commit is contained in:
@@ -29,7 +29,7 @@ sub coincides_with {
|
||||
|
||||
sub length {
|
||||
my $self = shift;
|
||||
return Slic3r::Geometry::line_length($self);
|
||||
return Boost::Geometry::Utils::linestring_length($self);
|
||||
}
|
||||
|
||||
sub vector {
|
||||
|
||||
Reference in New Issue
Block a user