The Display type exposes the following members.

Constructors

  NameDescription
DisplayOverloaded.

Methods

  NameDescription
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

  NameDescription
_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

  NameDescription
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

See Also