teapot                package:misc3d                R Documentation

_U_t_a_h _T_e_a_p_o_t

_D_e_s_c_r_i_p_t_i_o_n:

     The Utah teapot is a classic computer graphics example.  This data
     set contains a representation in terms of triangles.

_U_s_a_g_e:

     volcano

_F_o_r_m_a_t:

     A list with components 'vertices' and 'edges'. 'vertices' is a 3
     by 1976 numeric matrix of the coordinates of the vertices. 'edges'
     is a 3 by 3751 integer matrix of the  indices of the triangles.

_S_o_u_r_c_e:

     Converted from the netCDF file made available by Dave Forrest at
     <URL: http://www.maplepark.com/~drf5n/extras/teapot.nc>.

