Function:ss2sca
From S2PLOT
(Difference between revisions)
Revision as of 22:18, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 22:56, 6 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
==ss2sca== | ==ss2sca== | ||
+ | Set/query the camera aperture. | ||
==Prototype== | ==Prototype== | ||
<code><pre> | <code><pre> | ||
+ | void ss2sca(float aperture); | ||
</pre></code> | </pre></code> | ||
==Description== | ==Description== | ||
+ | Set/query the camera aperture (in degrees). | ||
==See Also== | ==See Also== |
Revision as of 22:56, 6 January 2009
ss2sca
Set/query the camera aperture.
Prototype
void ss2sca(float aperture);
Description
Set/query the camera aperture (in degrees).
See Also
Code Example
Back to S2PLOT function list.
Back to template page.