Draw Matrix
 
 (PHP 7, UI 0.9.9)
  
  
   Class synopsis
   
    
    
     
      UI\Draw\Matrix
     
     {
    
    
    
   public multiply
    ( 
UI\Draw\Matrix $matrix
   ) : 
UI\Draw\Matrix 
   public rotate
    ( 
UI\Point $point
   , 
float $amount
   )
 
   public scale
    ( 
UI\Point $center
   , 
UI\Point $point
   )
 
   public skew
    ( 
UI\Point $point
   , 
UI\Point $amount
   )
 
   }
 
   
 Table of Contents