#include <cybviewc.h>
Inheritance diagram for CybViewC:


Public Methods | |
| CybViewC () | |
| virtual | ~CybViewC () |
| virtual void | SetViewpointSensor (CybViewpointSensorC *pS) |
| void | SetUser (CybUserC *pUser) |
| VectorC | GetViewpointPos () const |
Protected Methods | |
| virtual void | SetViewpointPos (const VectorC &v) |
| virtual void | SetViewpointNormal (const VectorC &v) |
Protected Attributes | |
| CybViewpointSensorC * | m_pViewpointSensor |
| CybUserC * | m_pUser |
| VectorC | m_viewpointPos |
| VectorC | m_viewpointNorm |
| double | m_viewpointRol |
Friends | |
| class | CybWorldC |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 56 of file cybviewc.h.
00056 {m_pUser = pUser;}
|
|
|
Reimplemented in CybXBrwsViewC. Definition at line 62 of file cybviewc.h.
00062 {m_viewpointNorm=v;}
|
|
|
Reimplemented in CybXBrwsViewC. Definition at line 61 of file cybviewc.h.
00061 {m_viewpointPos=v;}
|
|
|
Definition at line 55 of file cybviewc.h.
00055 {m_pViewpointSensor=pS;}
|
|
|
Definition at line 50 of file cybviewc.h. |
|
|
Definition at line 67 of file cybviewc.h. |
|
|
Definition at line 66 of file cybviewc.h. |
|
|
Definition at line 70 of file cybviewc.h. |
|
|
Definition at line 69 of file cybviewc.h. |
|
|
Definition at line 71 of file cybviewc.h. |
1.3-rc2