Function:ns2thcline

From S2PLOT

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

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

Next diff →
Line 1: Line 1:
==ns2cline== ==ns2cline==
 +Draw a thick coloured line.
==Prototype== ==Prototype==
<code><pre> <code><pre>
 +void ns2thcline(float x1, float y1, float z1, float x2, float y2, float z2,
 + float red1, float green1,
 + float blue1, float red2, float green2, float blue2,float width);
</pre></code> </pre></code>
==Description== ==Description==
 +Draw a thick coloured line, with colour blended between the two given colours along the line, and given width.
==See Also== ==See Also==

Revision as of 22:47, 6 January 2009

ns2cline

Draw a thick coloured line.

Prototype

void ns2thcline(float x1, float y1, float z1, float x2, float y2, float z2, 
                float red1, float green1, 
                float blue1, float red2, float green2, float blue2,float width);

Description

Draw a thick coloured line, with colour blended between the two given colours along the line, and given width.

See Also

Code Example

Back to S2PLOT function list.




Back to template page.