Libraries
»
leap_motion
(1.0.2)
»
Index
»
LeapMotion
»
Vector
»
#to_a
Method: LeapMotion::Vector#to_a
Defined in:
lib/leap_motion.rb
#
to_a
⇒
Object
121 122 123
# File 'lib/leap_motion.rb', line 121
def
to_a
[
x
,
y
,
z
]
end