Class: MathGL::MglGLUT
- Inherits:
-
Object
- Object
- MathGL::MglGLUT
- Defined in:
- lib/mathgl/doc/libdoc_window_en.rb
Overview
GLUT Window class
Instance Method Summary collapse
-
#initialize(&block) ⇒ MglGLUT
constructor
Constructor for MglGLUT.
Constructor Details
#initialize(&block) ⇒ MglGLUT
Constructor for MglGLUT. Drawing block must be provided. If the number of block argument is one, the argument is an MglGraph object. If the number of block argument is zero, the block is executed in the context of an MglGraph object.
34 35 |
# File 'lib/mathgl/doc/libdoc_window_en.rb', line 34 def initialize(&block) end |