tetrahedron_grid_test
tetrahedron_grid_test,
a MATLAB code which
calls tetrahedron_grid(), which
generates a grid of points
over the interior of a tetrahedron in 3D.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the MIT license
Related Data and Programs:
tetrahedron_grid,
a MATLAB 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.