Method: MiniGL::Rectangle#y

Defined in:
lib/minigl/global.rb

#yObject

The y-coordinate of the rectangle.



95
96
97
# File 'lib/minigl/global.rb', line 95

def y
  @y
end