Class: Fox::FXViewport
- Inherits:
-
Object
- Object
- Fox::FXViewport
- Defined in:
- rdoc-sources/FXGLViewer.rb
Overview
OpenGL Viewer Viewport
Instance Attribute Summary collapse
-
#bottom ⇒ Object
World bottom [Float].
-
#h ⇒ Object
Viewport height.
-
#hither ⇒ Object
World hither [Float].
-
#left ⇒ Object
World left [Float].
-
#right ⇒ Object
World right [Float].
-
#top ⇒ Object
World top [Float].
-
#w ⇒ Object
Viewport width [Integer].
-
#yon ⇒ Object
World yon [Float].
Instance Method Summary collapse
-
#initialize ⇒ FXViewport
constructor
Returns an initialized FXViewport instance.
Constructor Details
#initialize ⇒ FXViewport
Returns an initialized FXViewport instance
29 |
# File 'rdoc-sources/FXGLViewer.rb', line 29 def initialize; end |
Instance Attribute Details
#bottom ⇒ Object
World bottom [Float]
17 18 19 |
# File 'rdoc-sources/FXGLViewer.rb', line 17 def bottom @bottom end |
#h ⇒ Object
Viewport height
8 9 10 |
# File 'rdoc-sources/FXGLViewer.rb', line 8 def h @h end |
#hither ⇒ Object
World hither [Float]
23 24 25 |
# File 'rdoc-sources/FXGLViewer.rb', line 23 def hither @hither end |
#left ⇒ Object
World left [Float]
11 12 13 |
# File 'rdoc-sources/FXGLViewer.rb', line 11 def left @left end |
#right ⇒ Object
World right [Float]
14 15 16 |
# File 'rdoc-sources/FXGLViewer.rb', line 14 def right @right end |
#top ⇒ Object
World top [Float]
20 21 22 |
# File 'rdoc-sources/FXGLViewer.rb', line 20 def top @top end |
#w ⇒ Object
Viewport width [Integer]
5 6 7 |
# File 'rdoc-sources/FXGLViewer.rb', line 5 def w @w end |
#yon ⇒ Object
World yon [Float]
26 27 28 |
# File 'rdoc-sources/FXGLViewer.rb', line 26 def yon @yon end |