teapot {r3js} | R Documentation |
Utah Teapot
Description
The Utah teapot is a classic computer graphics example. This data set
contains a representation in terms of triangles. This is taken from the
misc3d
package.
Usage
teapot
Format
A list with components vertices and edges. vertices is a 1976 by 3 numeric matrix of the coordinates of the vertices. edges is a 3751 by 3 integer matrix of the indices of the triangles.
Source
Taken from the misc3d
package
[Package r3js version 0.0.2 Index]