Function:ns2thwcube
From S2PLOT
(Difference between revisions)
| Revision as of 00:57, 7 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 22:51, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
| Line 26: | Line 26: | ||
| [[S2PLOT:Function List | Back]] to S2PLOT function list. | [[S2PLOT:Function List | Back]] to S2PLOT function list. | ||
| - | |||
| - | |||
| __NOTOC__ | __NOTOC__ | ||
| __NOEDITSECTION__ | __NOEDITSECTION__ | ||
| - | |||
| - | |||
| - | Back to [[Function:Template | template]] page. | ||
Revision as of 22:51, 7 January 2009
ns2thwcube
Draw a wireframe cube.
Prototype
void ns2thwcube(float x1, float y1, float z1, float x2, float y2, float z2,
float red, float green, float blue, float width);
Description
Draw a wireframe cube (with axes parallel to the coordinate axes) in a specific colour and thickness.
See Also
| ns2vthwcube | Draw a wireframe cube - vector input. |
| s2wcube | Draw a wireframe cube. |
| ns2scube | Draw a solid cube. |
| ns2vscube | Draw a solid cube - vector input. |
Code Example
Back to S2PLOT function list.
