Function:ss2qca
From S2PLOT
(Difference between revisions)
Revision as of 23:10, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 01:46, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
==ss2qca== | ==ss2qca== | ||
- | Set/query the camera aperture. | + | Query the camera aperture. |
==Prototype== | ==Prototype== | ||
Line 8: | Line 8: | ||
==Description== | ==Description== | ||
- | Set/query the camera aperture (in degrees). | + | Query the camera aperture (in degrees). |
==See Also== | ==See Also== | ||
+ | <table> | ||
+ | <tr><td>[[Function:ss2sca | ss2sca ]]</td><td>Set the camera aperture. </td></tr> | ||
+ | <tr><td>[[Function:ss2scs | ss2scs ]]</td><td>Set the camera speed. </td></tr> | ||
+ | <tr><td>[[Function:ss2qcs | ss2qcs ]]</td><td>Query the camera speed. </td></tr> | ||
+ | <tr><td>[[Function:ss2sc | ss2sc ]]</td><td>Set the camera position, up vector and view direction. </td></tr> | ||
+ | <tr><td>[[Function:ss2qc | ss2qc ]]</td><td>Query the camera position, up vector and view direction. </td></tr> | ||
+ | </table> | ||
==Code Example== | ==Code Example== |
Revision as of 01:46, 7 January 2009
ss2qca
Query the camera aperture.
Prototype
float ss2qca(void);
Description
Query the camera aperture (in degrees).
See Also
ss2sca | Set the camera aperture. |
ss2scs | Set the camera speed. |
ss2qcs | Query the camera speed. |
ss2sc | Set the camera position, up vector and view direction. |
ss2qc | Query the camera position, up vector and view direction. |
Code Example
Back to S2PLOT function list.
Back to template page.