Method: LeapMotion::Vector#to_a

Defined in:
lib/leap_motion.rb

#to_aObject



121
122
123
# File 'lib/leap_motion.rb', line 121

def to_a
  [x, y, z]
end