Function:s2wcube
From S2PLOT
(Difference between revisions)
Revision as of 22:11, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 22:13, 6 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 11: | Line 11: | ||
==Description== | ==Description== | ||
Draw a wireframe cube with edges parallel to the main coordinate axes. Thickness and colour controlled by standard S2PLOT functions. | Draw a wireframe cube with edges parallel to the main coordinate axes. Thickness and colour controlled by standard S2PLOT functions. | ||
+ | |||
+ | ==See Also== | ||
Revision as of 22:13, 6 January 2009
s2wcube
Draw a wireframe cube.
Prototype
void s2wcube(float xmin, float xmax, float ymin, float ymax, float zmin, float zmax);
Description
Draw a wireframe cube with edges parallel to the main coordinate axes. Thickness and colour controlled by standard S2PLOT functions.
See Also
Code Example
Back to S2PLOT function list.
Back to template page.