Function:ns2thwcube

From S2PLOT

(Difference between revisions)
Jump to: navigation, search
Revision as of 22:42, 6 January 2009
S2plot admin (Talk | contribs)

← Previous diff
Revision as of 22:43, 6 January 2009
S2plot admin (Talk | contribs)

Next diff →
Line 5: Line 5:
<code><pre> <code><pre>
-void ns2thwcube(float x1, float y1, float z1, +void ns2thwcube(float x1, float y1, float z1, float x2, float y2, float z2,
- float x2, float y2, float z2,+ float red, float green, float blue, float width);
- float red, float green, float blue,+
- float width);+
</pre></code> </pre></code>

Revision as of 22:43, 6 January 2009

ns2thwcube

Draw a wireframe cube.

Prototype

void ns2thwcube(float x1, float y1, float z1, float x2, float y2, float z2,
		float red, float green, float blue, 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.

Personal tools