The Display type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Display | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Copy |
Copies all the properties of observer except engine from a objetc observer
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| SetParams |
This method sets all the parameteres that a observer needs.
| |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| _horizontal |
This is the horizontal vector (X local) of the display in the global
reference system - usually (1,0,0)
| |
| _perpendicular |
This is the perpendicular unit vector to the display
| |
| _position |
This is the position of the center of the display in the
global reference system - usually (0,0,0)
| |
| _sizeInMm |
it is the size of the OpenGL control in milimeters. It is constant thru all the application time
| |
| pan |
it is the pan [mm]
| |
| paralax |
it is the paralax: it´s positive in front of the screen [mm]
| |
| zoom |
it is the zoom [present display/constant display]
|
Properties
| Name | Description | |
|---|---|---|
| Horizontal |
Gets/sets the display horinzontal unit vector in the word reference system
| |
| Pan |
Gets/sets the pan [mm]
| |
| Paralax |
Gets/sets the paralax [mm]
| |
| Perpendicular |
Gets/sets the display perpendicular unit vector in the word reference system
| |
| Position |
Gets/sets the display position (center) in the word reference system
| |
| SizeInMm |
Gets the display size (our desired OpenGL control size)
| |
| Zoom |
Gets/sets the zoom
|