xyf_display


xyf_display, a MATLAB code which reads XYF information containing a list of 2D point coordinates, and the indices of points that form faces, and displays a plot.

Usage:

xyf_display ( 'prefix' )
where reads the point coordinate data in 'prefix.xy' and the face information in 'prefix.xyf', and displays a plot.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

xyf_display is available in a MATLAB version.

Related Data and codes:

gridlines, a MATLAB code which gives the user more control over drawing gridlines on a graph than the builtin "grid on" command.

mesh_display, a MATLAB code which reads data defining a polygonal mesh and displays it, with optional numbering.

plot_points, a FORTRAN90 code which reads a set of points from a file and plots them into an Encapsulated PostScript file.

ply_display, a MATLAB code which displays an image of a 3D graphics file in PLY format;

tri_surface_display, a MATLAB code which reads data defining a triangular mesh of a 3D surface and displays it.

triangulation_display, a MATLAB code which displays the nodes and elements of a triangulation.

xy_display, a MATLAB code which reads an XY file containing the coordinates of points in 2D, and displays an image;

xy_io, a MATLAB code which reads and writes files in the XY, XYL and XYF formats.

xyf, a data directory which contains examples of XYF files, a simple 2D graphics point and face format;

xyf_display_opengl, a C++ code which reads XYF information defining points and faces in 2D, and displays an image using OpenGL.

xyl_display, a MATLAB code which reads XYL information defining points and lines in 2D, and displays an image.

xyzf_display, a MATLAB code which reads XYZF information defining points and faces in 3D, and displays an image using OpenGL.

Source Code:

ANNULUS defines a set of points and lines that outline a quadrilateral mesh of a semicircular annulus.


Last revised on 30 October 2024.