Function:ns2thcline
From S2PLOT
(Difference between revisions)
Revision as of 01:18, 7 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 22:52, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 30: | Line 30: | ||
[[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
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
ns2vthcline | Draw a thick coloured line - vector input. |
ns2line | Draw a line from one point to another in a specific colour. |
ns2vline | Draw a line from one point to another in a specific colour - vector input. |
ns2thline | Draw a thick line from one point to another in a specific colour. |
ns2vthline | Draw a thick line from one point to another in a specific colour - vector input. |
ns2cline | Draw a coloured line, with colour blended between the two given colours along the line. |
ns2vcline | Draw a coloured line, with colour blended between the two given colours along the line - vector input. |
Code Example
Back to S2PLOT function list.