tetrahedron_grid_test
    
    
    
      tetrahedron_grid_test,
      an Octave code which
      calls tetrahedron_grid(), which
      generates a grid of points 
      over the interior of a tetrahedron in 3D.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      tetrahedron_grid,
      an Octave code which
      computes a grid of points 
      over the interior of a tetrahedron in 3D.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          tetrahedron_grid_test01.m,
          sets up a grid of 286 points, generated by subdividing by 10 each side
          of the (0,0,0), (1,0,0), (0,1,0), (0,0,1) tetrahedron.
        
 
        - 
          tetrahedron_grid_test01.xyz,
          a grid of 286 points, generated by subdividing by 10 each side
          of the (0,0,0), (1,0,0), (0,1,0) and (0,0,1) tetrahedron.
        
 
        - 
          tetrahedron_grid_test01.png,
          an image of the points.
        
 
      
    
    
    
      Last revised on 03 April 2019.