Method: MiniGL::Vector#x

Defined in:
lib/minigl/global.rb

#xObject

The x coordinate of the vector



8
9
10
# File 'lib/minigl/global.rb', line 8

def x
  @x
end