xyzl_display, a MATLAB code which reads XYZL information containing a list of 3D point coordinates, and the indices of points that form lines, and displays a plot.
The code SXYZ_DELAUNAY, which creates a Delaunay triangulation on a sphere, is an example of a code whose output is in the form that this code can display.
xyzl_display ( 'prefix' )where
The information on this web page is distributed under the MIT license.
xyzl_display is available in a MATLAB version.
ball_and_stick_display, a MATLAB code which demonstrates the creation of a 3D "ball and stick" image;
mesh_display, a MATLAB code which reads data defining a polygonal mesh and displays it, with optional numbering.
mpas_grid_display, a MATLAB code which reads an MPAS NETCDF grid file and displays the primary polygonal mesh or the dual triangular mesh.
plot_points, a FORTRAN90 code which reads a set of points from a file and plots them into an Encapsulated PostScript file.
quad_surface_display, a MATLAB code which reads files defining a 3D quadrilateral mesh surface and displays it.
sxyz_delaunay, a FORTRAN90 code which computes and plots the Delaunay triangulation of points on the unit sphere.
tri_mesh_display, a MATLAB code which reads data defining a triangular mesh of a 3D surface and displays it.
xyl_display, a MATLAB code which reads XYL information defining points and lines in 2D, and displays an image.
xyz_display, a MATLAB code which reads XYZ information defining points in 3D, and displays an image.
xyz_io, a MATLAB code which reads and writes files in the XYZ, XYZL, and XYZF formats.
xyzf_display, a MATLAB code which reads XYZF information defining points and faces in 3D, and displays an image using OpenGL.
xyzl, a data directory which contains examples of XYZL files, a simple 3D graphics point and line format;
xyzl_display_opengl, a C++ code which reads XYL information defining points and lines in 3D, and displays an image using OpenGL.
DODECAHEDRON defines a dodecahedron.