Function:ns2vthwcube
From S2PLOT
(Difference between revisions)
Revision as of 23:41, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 00:58, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 12: | Line 12: | ||
==See Also== | ==See Also== | ||
+ | <table> | ||
+ | <tr><td>[[Function:ns2thwcube | ns2thwcube ]]</td><td>Draw a wireframe cube. </td></tr> | ||
+ | <tr><td>[[Function:s2wcube | s2wcube ]]</td><td>Draw a wireframe cube. </td></tr> | ||
+ | <tr><td>[[Function:ns2scube | ns2scube ]]</td><td>Draw a solid cube.</td></tr> | ||
+ | <tr><td>[[Function:ns2vscube |ns2vscube ]]</td><td>Draw a solid cube - vector input. </td></tr> | ||
+ | |||
+ | </table> | ||
==Code Example== | ==Code Example== |
Revision as of 00:58, 7 January 2009
ns2vthwcube
Draw a cube - vector input.
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
ns2thwcube | Draw a wireframe cube. |
s2wcube | Draw a wireframe cube. |
ns2scube | Draw a solid cube. |
ns2vscube | Draw a solid cube - vector input. |
Code Example
Back to S2PLOT function list.
Back to template page.