Function:ns2vscube
From S2PLOT
(Difference between revisions)
Revision as of 22:28, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 23:38, 6 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
==ns2vscube== | ==ns2vscube== | ||
+ | Draw a solid cube - vector input. | ||
==Prototype== | ==Prototype== | ||
<code><pre> | <code><pre> | ||
+ | void ns2vscube(XYZ P1, XYZ P2, COLOUR col, float alpha); | ||
</pre></code> | </pre></code> | ||
==Description== | ==Description== | ||
+ | Draw a solid cube with filled but transparent faces. | ||
==See Also== | ==See Also== |
Revision as of 23:38, 6 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
Code Example
Back to S2PLOT function list.
Back to template page.