Function:s2wcube
From S2PLOT
(Difference between revisions)
| Revision as of 22:10, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 22:10, 6 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
| Line 4: | Line 4: | ||
| <code><pre> | <code><pre> | ||
| - | void s2wcube(float xmin, float xmax, float ymin, float ymax, | + | void s2wcube(float xmin, float xmax, float ymin, float ymax, float zmin, float zmax); |
| - | float zmin, float zmax); | + | |
| </pre></code> | </pre></code> | ||
Revision as of 22:10, 6 January 2009
s2wcube
Prototype
void s2wcube(float xmin, float xmax, float ymin, float ymax, float zmin, float zmax);
Description
Code Example
Back to S2PLOT function list.
Back to template page.
