Class: MathGL::MglGLUT

Inherits:
Object
  • Object
show all
Defined in:
lib/mathgl/doc/libdoc_window_en.rb

Overview

GLUT Window class

Instance Method Summary collapse

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