#include <cybprojectionviewc.h>
Inheritance diagram for CybProjectionViewC:


Public Methods | |
| CybProjectionViewC () | |
| void | SetDisplayOri (const Matrix4C &M) |
| void | SetDisplayOffset (const VectorC &v) |
| virtual void | SetScreenSize (double x, double y) |
Protected Attributes | |
| VectorC | m_dsplyOffset |
| Matrix4C | m_dsplyOri |
| double | m_viewSizeX |
| double | m_viewSizeY |
|
|
Definition at line 13 of file cybprojectionviewc.h.
00013 {m_viewSizeX=0.4;m_viewSizeY=0.3;}
|
|
|
Definition at line 15 of file cybprojectionviewc.h.
00015 {m_dsplyOffset=v;}
|
|
|
Definition at line 14 of file cybprojectionviewc.h.
00014 {m_dsplyOri=M;}
|
|
||||||||||||
|
Reimplemented in CybMonoProjectionViewC, and CybStereoProjectionViewC. Definition at line 16 of file cybprojectionviewc.h.
00016 {m_viewSizeX=x;m_viewSizeY=y;}
|
|
|
Definition at line 18 of file cybprojectionviewc.h. |
|
|
Definition at line 19 of file cybprojectionviewc.h. |
|
|
Definition at line 20 of file cybprojectionviewc.h. |
|
|
Definition at line 21 of file cybprojectionviewc.h. |
1.3-rc2