Method: MiniGL::Rectangle#x

Defined in:
lib/minigl/global.rb

#xObject

The x-coordinate of the rectangle.



92
93
94
# File 'lib/minigl/global.rb', line 92

def x
  @x
end