plottools[tetrahedron] - generate 3-D plot object for a tetrahedron
|
Calling Sequence
|
|
tetrahedron([x, y, z], s, options)
|
|
Parameters
|
|
[x, y, z]
|
-
|
location of the tetrahedron
|
s
|
-
|
(optional) scale of the tetrahedron; default is 1
|
options
|
-
|
(optional) equations of the form option=value. For a complete list, see plot3d/options.
|
|
|
|
|
Description
|
|
•
|
The tetrahedron command creates a three-dimensional plot data object, which when displayed is a scaled tetrahedron located at point [x,y,z]. This command is an interface to the plots[polyhedraplot] command.
|
•
|
The plot data object produced by the tetrahedron command can be used in a PLOT3D data structure, or displayed using the plots[display] command.
|
•
|
Remaining arguments are interpreted as options, which are specified as equations of the form option = value. For more information, see plottools and plot3d/options.
|
|
|
Download Help Document
Was this information helpful?