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