square_hex_grid_test
    
    
    
      square_hex_grid_test,
      a MATLAB code which
      calls square_hex_grid(), which
      computes a hexagonally staggered grid of points
      over the interior of a square in 2D.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      square_hex_grid, 
      a MATLAB code which 
      computes a hexagonally staggered grid of points
      over the interior of a square in 2D.
    
    
      Source Code:
    
    
      Note that many text and graphics files are created by the calling program, 
      but these are stored in the 
      
      square_hex_grid datasets directory.
    
    
      
    
    
      
        - 
          square_hex_grid_test01.m,
          tests HEX_GRID_01_LAYERS.
        
 
        - 
          square_hex_grid_test02.m,
          tests HEX_GRID_01_H.
        
 
        - 
          square_hex_grid_test03.m,
          tests HEX_GRID_01_N.
        
 
        - 
          square_hex_grid_test04.m,
          tests HEX_GRID_01_POINTS.
        
 
        - 
          square_hex_grid_test05.m,
          tests HEX_GRID_01_APPROXIMATE_N.
        
 
        - 
          square_hex_grid_test06.m,
          tests HEX_GRID_01_APPROXIMATE_H.
        
 
        - 
          square_hex_grid_test07.m,
          tests HEX_GRID_LAYERS.
        
 
        - 
          square_hex_grid_test08.m,
          tests HEX_GRID_H.
        
 
        - 
          square_hex_grid_test09.m,
          tests HEX_GRID_N.
        
 
        - 
          square_hex_grid_test10.m,
          tests HEX_GRID_POINTS.
        
 
        - 
          square_hex_grid_test11.m,
          tests HEX_GRID_APPROXIMATE_N.
        
 
        - 
          square_hex_grid_test12.m,
          tests HEX_GRID_APPROXIMATE_H.
        
 
      
    
    
    
      Last revised on 06 December 2022.