Function:ns2vscube
From S2PLOT
(Difference between revisions)
Revision as of 01:00, 7 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 22:52, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 25: | Line 25: | ||
[[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:52, 7 January 2009
ns2vscube
Draw a solid cube - vector input.
Prototype
void ns2vscube(XYZ P1, XYZ P2, COLOUR col, float alpha);
Description
Draw a solid cube with filled but transparent faces.
See Also
ns2scube | Draw a solid cube. |
s2wscube | Draw a wireframe cube. |
ns2thwcube | Draw a wireframe cube. |
ns2vthwcube | Draw a wireframe cube - vector input. |
Code Example
Back to S2PLOT function list.