Function:ns2vthcline
From S2PLOT
(Difference between revisions)
Revision as of 23:42, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 01:18, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 12: | Line 12: | ||
==See Also== | ==See Also== | ||
+ | <table> | ||
+ | <tr><td>[[Function:ns2thcline | ns2thcline ]]</td><td>Draw a thick coloured line. </td></tr> | ||
+ | <tr><td>[[Function:ns2line | ns2line ]]</td><td>Draw a line from one point to another in a specific colour.</td></tr> | ||
+ | <tr><td>[[Function:ns2vline | ns2vline ]]</td><td>Draw a line from one point to another in a specific colour - vector input. </td></tr> | ||
+ | <tr><td>[[Function:ns2thline | ns2thline ]]</td><td>Draw a thick line from one point to another in a specific colour. </td></tr> | ||
+ | <tr><td>[[Function:ns2vthline | ns2vthline ]]</td><td>Draw a thick line from one point to another in a specific colour - vector input. </td></tr> | ||
+ | <tr><td>[[Function:ns2cline | ns2cline ]]</td><td>Draw a coloured line, with colour blended between the two given colours along the line. </td></tr> | ||
+ | <tr><td>[[Function:ns2vcline | ns2vcline ]]</td><td>Draw a coloured line, with colour blended between the two given colours along the line - vector input. </td></tr> | ||
+ | </table> | ||
==Code Example== | ==Code Example== |
Revision as of 01:18, 7 January 2009
ns2vthcline
Draw a thick coloured line - vector input.
Prototype
void ns2vthcline(XYZ P1, XYZ P2, COLOUR col1, COLOUR col2, float width);
Description
Draw a thick coloured line, with colour blended between the two given colours along the line, and given width.
See Also
ns2thcline | Draw a thick coloured line. |
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.
Back to template page.