Method: MiniGL::Vector#y

Defined in:
lib/minigl/global.rb

#yObject

The y coordinate of the vector



11
12
13
# File 'lib/minigl/global.rb', line 11

def y
  @y
end