Close
    
            
            in package
            
        
    
            
            implements
                            OperationInterface                    
    
    
        
        
    
Interfaces, Classes, Traits and Enums
Table of Contents
- $instance : self|null
 - instance() : self
 - translate() : self
 - Translates the operation's coordinates.
 - __construct() : mixed
 
Properties
$instance
    private
    static    self|null
    $instance
    
    
    
    
Methods
instance()
    public
            static        instance() : self
        
    
    
        Return values
self —translate()
Translates the operation's coordinates.
    public
                    translate(float $x, float $y) : self
    
        Parameters
- $x : float
 - $y : float
 
Return values
self —__construct()
    private
                    __construct() : mixed