XYZ Files


XYZ is a data directory which contains examples of XYZ files, a very simple format for recording points in 3D space.

An XYZ file has a simple structure:

Example XYZ File:


        #  Corners of a tetrahedron
        #
        0.0  0.0  0.0
        1.0  0.0  0.0
        0.0  1.0  0.0
        0.0  0.0  1.0
      

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Related Data and Programs:

TABLE, a data directory which contains examples of TABLE files, a simple format for N points in M dimensions;

XY, a data directory which contains examples of XY files, a simple 2D graphics point format;

XYZL, a data directory which contains examples of XYZL files, a simple 3D graphics point and line format;

Sample Files:

You can go up one level to the DATA page.


Last revised on 30 December 2008.