Function:ns2erc

From S2PLOT

Revision as of 01:11, 7 January 2009; view current revision
←Older revision | Newer revision→
Jump to: navigation, search

ns2erc

Draw an arc.

Prototype

void ns2erc(float px, float py, float pz,
	    float nx, float ny, float nz,
	    float sx, float sy, float sz,
	    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

ns2vercDraw an arc - vector input.
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.

Code Example

Back to S2PLOT function list.




Back to template page.

Personal tools