Function:ns2vthwcube
From S2PLOT
(Difference between revisions)
Revision as of 22:16, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 22:44, 6 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
==ns2vthwcube== | ==ns2vthwcube== | ||
+ | Draw a cube. | ||
==Prototype== | ==Prototype== | ||
<code><pre> | <code><pre> | ||
+ | void ns2vthwcube(XYZ P1, XYZ P2, COLOUR col, float width); | ||
</pre></code> | </pre></code> | ||
==Description== | ==Description== | ||
+ | Draw a wireframe cube (with axes parallel to the coordinate axes) in a specific colour and thickness | ||
==See Also== | ==See Also== |
Revision as of 22:44, 6 January 2009
ns2vthwcube
Draw a cube.
Prototype
void ns2vthwcube(XYZ P1, XYZ P2, COLOUR col, float width);
Description
Draw a wireframe cube (with axes parallel to the coordinate axes) in a specific colour and thickness
See Also
Code Example
Back to S2PLOT function list.
Back to template page.