#include <gre/3dutils.h>
Public Member Functions | |
| void | Clear () |
| bool | GetCellExtents (const INT32 line, const INT32 column, DPOINT3DH hpoints[4]) |
| bool | GetPoint (const INT32 line, const INT32 column, DPOINT3DH &point) |
| bool | IsSet () const |
| SCREENPLANE () | |
| void | Set (const DPOINT3DH &pt1, const DPOINT3DH &pt2, const DPOINT3DH &pt3) |
| ~SCREENPLANE () | |
Definition at line 203 of file 3dutils.h.
|
|
|
|
|
|
|
|
Clear plane parameters.
|
|
||||||||||||||||
|
Get extents on screen plane that projected to screen at screen pixel with coordinates (column, line).
|
|
||||||||||||||||
|
Get point on screen plane that projected to screen at center of screen pixel with coordinates (column, line).
|
|
|
Is plane set.
|
|
||||||||||||||||
|
Set plane by three points in homogenius coordinates.
|
1.3.8-20040913