Function:s2wcube
From S2PLOT
(Difference between revisions)
Revision as of 22:44, 7 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 22:44, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 19: | Line 19: | ||
<tr><td>[[Function:ns2vthwcube | ns2vthwcube ]]</td><td>Draw a wireframe cube - vector input. </td></tr> | <tr><td>[[Function:ns2vthwcube | ns2vthwcube ]]</td><td>Draw a wireframe cube - vector input. </td></tr> | ||
</table> | </table> | ||
- | |||
==Code Example== | ==Code Example== | ||
Line 27: | Line 26: | ||
[[S2PLOT:Function List | Back]] to S2PLOT function list. | [[S2PLOT:Function List | Back]] to S2PLOT function list. | ||
- | |||
- | |||
__NOTOC__ | __NOTOC__ | ||
__NOEDITSECTION__ | __NOEDITSECTION__ |
Revision as of 22:44, 7 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
ns2scube | Draw a solid cube. |
ns2vscube | Draw a solid cube - vector input. |
ns2thwcube | Draw a wireframe cube. |
ns2vthwcube | Draw a wireframe cube - vector input. |
Code Example
Back to S2PLOT function list.