Function:ns2verc
From S2PLOT
(Difference between revisions)
| Revision as of 22:19, 7 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 22:51, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
| Line 25: | Line 25: | ||
| [[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:51, 7 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
| ns2erc | Draw an arc. |
| ns2arc | Draw an arc at (px,py,pz) with normal (nx,ny,nz) in current pen (thickness,colour).. |
| ns2varc | Draw an arc at (px,py,pz) with normal (nx,ny,nz) in current pen (thickness,colour) - vector input. |
| s2line | Draw a poly line, n vertices at (xpts, ypts, zpts). |
Code Example
Back to S2PLOT function list.
