#include <Tile.h>
 | 
| static int32_t  | Encode (int32_t x, int32_t y, int32_t layer) | 
|   | 
| static Tile  | Decode (int32_t encoded_value) | 
|   | 
| static int32_t  | LayerToMip (int32_t layer, int32_t image_width, int32_t image_height, int32_t tile_width, int32_t tile_height) | 
|   | 
| static int32_t  | MipToLayer (int32_t mip, int32_t image_width, int32_t image_height, int32_t tile_width, int32_t tile_height) | 
|   | 
◆ Decode()
  
  
      
        
          | static Tile carta::Tile::Decode  | 
          ( | 
          int32_t  | 
          encoded_value | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ Encode()
  
  
      
        
          | static int32_t carta::Tile::Encode  | 
          ( | 
          int32_t  | 
          x,  | 
         
        
           | 
           | 
          int32_t  | 
          y,  | 
         
        
           | 
           | 
          int32_t  | 
          layer  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ LayerToMip()
  
  
      
        
          | static int32_t carta::Tile::LayerToMip  | 
          ( | 
          int32_t  | 
          layer,  | 
         
        
           | 
           | 
          int32_t  | 
          image_width,  | 
         
        
           | 
           | 
          int32_t  | 
          image_height,  | 
         
        
           | 
           | 
          int32_t  | 
          tile_width,  | 
         
        
           | 
           | 
          int32_t  | 
          tile_height  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ MipToLayer()
  
  
      
        
          | static int32_t carta::Tile::MipToLayer  | 
          ( | 
          int32_t  | 
          mip,  | 
         
        
           | 
           | 
          int32_t  | 
          image_width,  | 
         
        
           | 
           | 
          int32_t  | 
          image_height,  | 
         
        
           | 
           | 
          int32_t  | 
          tile_width,  | 
         
        
           | 
           | 
          int32_t  | 
          tile_height  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ layer
      
        
          | int32_t carta::Tile::layer | 
        
      
 
 
The documentation for this struct was generated from the following file: