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:11, 6 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 10: | Line 10: | ||
==Description== | ==Description== | ||
+ | Draw a wireframe cube with edges parallel to the main coordinate axes. Thickness and colour controlled by standard s2 functions. | ||
+ | |||
==Code Example== | ==Code Example== |
Revision as of 22:11, 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 s2 functions.
Code Example
Back to S2PLOT function list.
Back to template page.