Libraries
»
minigl
(2.2.5)
»
Index
»
MiniGL
»
Vector
»
#y
Method: MiniGL::Vector#y
Defined in:
lib/minigl/global.rb
#
y
⇒
Object
The y coordinate of the vector
11 12 13
# File 'lib/minigl/global.rb', line 11
def
y
@y
end