Function:ns2verc

From S2PLOT

Revision as of 03:09, 27 January 2009; view current revision
←Older revision | Newer revision→
Jump to: navigation, search

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 with specified major/minor axis ratio. The major axis is given by the starting vector.

See Also

ns2ercDraw an arc.
ns2arcDraw 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.
s2lineDraw a poly line, n vertices at (xpts, ypts, zpts).

Code Example

Back to S2PLOT function list.


Personal tools