Function:ns2erc

From S2PLOT

(Difference between revisions)
Jump to: navigation, search
Revision as of 22:15, 6 January 2009
S2plot admin (Talk | contribs)

← Previous diff
Revision as of 22:40, 6 January 2009
S2plot admin (Talk | contribs)

Next diff →
Line 1: Line 1:
==ns2erc== ==ns2erc==
 +Draw an arc.
==Prototype== ==Prototype==
<code><pre> <code><pre>
 +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);
</pre></code> </pre></code>
==Description== ==Description==
 +Draw an arc as above, but with specified major/minor axis ratio. The major axis is given by the starting vector.
==See Also== ==See Also==

Revision as of 22:40, 6 January 2009

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

Code Example

Back to S2PLOT function list.




Back to template page.

Personal tools