Method: MiniGL::Rectangle#h

Defined in:
lib/minigl/global.rb

#hObject

The height of the rectangle.



101
102
103
# File 'lib/minigl/global.rb', line 101

def h
  @h
end