Function:ss2qnfp
From S2PLOT
(Difference between revisions)
| Revision as of 03:24, 10 March 2008 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 03:25, 10 March 2008 S2plot admin (Talk | contribs) Next diff → |
||
| Line 5: | Line 5: | ||
| <code><pre> | <code><pre> | ||
| - | + | void ss2qnfp(double *near, double *far); | |
| </pre></code> | </pre></code> | ||
| Line 13: | Line 13: | ||
| == See Also == | == See Also == | ||
| <table> | <table> | ||
| - | <tr><td>[[Function:ss2snfe | ss2snfe]]</td><td>. </td></tr> | + | <tr><td>[[Function:ss2snfe | ss2snfe]]</td><td>Set the clipping plane expansion factor. </td></tr> |
| </table> | </table> | ||
Revision as of 03:25, 10 March 2008
ss2qnfp
Query the near and far clip plane distances.
Prototype
void ss2qnfp(double *near, double *far);
Description
Get the actual near and far clip plane distances from the camera in DEVICE coordinates.
See Also
| ss2snfe | Set the clipping plane expansion factor. |
Code Example
Back to S2PLOT function list.
