Method: Bvh::Motion::Frame#get_channel

Defined in:
lib/bvh/motion/frame.rb

#get_channel(bone, channel) ⇒ Object

Retrives the value for a specific channel for a specific bone within this frame.



99
100
101
# File 'lib/bvh/motion/frame.rb', line 99

def get_channel(bone, channel)
  channel_data_for(bone).get_channel(channel)
end