| Name | Type | Description | 
|---|---|---|
x | 
            
            
            Number | the x coordinate | 
y | 
            
            
            Number | the y coordinate | 
xscale | 
            
            
            Number | the x-axis (horizontal) scaling | 
yscale | 
            
            
            Number | the y-axis (vertical) scaling | 
Methods
- 
    
Core.Transform.add (t1, t2)Core.Transform static
 - 
    
    
    adds two transforms
Name Type Description t1Core.Transform a transform t2Core.Transform a transform Returns:
Type Description Core.Transform the joined transform