mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Removed more unused code
This commit is contained in:
		
							parent
							
								
									649ef6ce79
								
							
						
					
					
						commit
						fb82de9aaf
					
				
					 1 changed files with 0 additions and 8 deletions
				
			
		| 
						 | 
					@ -7,14 +7,6 @@ use parent 'Slic3r::Polyline';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use Slic3r::Geometry qw(A B X Y);
 | 
					use Slic3r::Geometry qw(A B X Y);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sub coincides_with {
 | 
					 | 
				
			||||||
    my $self = shift;
 | 
					 | 
				
			||||||
    my ($line) = @_;
 | 
					 | 
				
			||||||
    
 | 
					 | 
				
			||||||
    return ($self->a->coincides_with($line->a) && $self->b->coincides_with($line->b))
 | 
					 | 
				
			||||||
        || ($self->a->coincides_with($line->b) && $self->b->coincides_with($line->a));
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
sub atan {
 | 
					sub atan {
 | 
				
			||||||
    my $self = shift;
 | 
					    my $self = shift;
 | 
				
			||||||
    return Slic3r::Geometry::line_atan($self);
 | 
					    return Slic3r::Geometry::line_atan($self);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue