Function:ns2verc
From S2PLOT
(Difference between revisions)
Revision as of 22:41, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 23:41, 6 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
==ns2verc== | ==ns2verc== | ||
- | Draw an arc. | + | Draw an arc - vector input. |
==Prototype== | ==Prototype== |
Revision as of 23:41, 6 January 2009
ns2verc
Draw an arc - vector input.
Prototype
void ns2verc(XYZ P, XYZ N, XYZ S, float deg, int nseg, float axratio);
Description
Draw an arc as above, but with specified major/minor axis ratio. The major axis is given by the starting vector.
See Also
Code Example
Back to S2PLOT function list.
Back to template page.