Class: Bvh::Skeleton
- Inherits:
-
Object
- Object
- Bvh::Skeleton
- Defined in:
- lib/bvh/skeleton.rb
Defined Under Namespace
Classes: Bone
Instance Attribute Summary collapse
-
#root ⇒ Object
Returns the value of attribute root.
Instance Method Summary collapse
- #find_by_name(name) ⇒ Object (also: #/)
Instance Attribute Details
#root ⇒ Object
Returns the value of attribute root.
3 4 5 |
# File 'lib/bvh/skeleton.rb', line 3 def root @root end |
Instance Method Details
#find_by_name(name) ⇒ Object Also known as: /
5 |
# File 'lib/bvh/skeleton.rb', line 5 def find_by_name(name); root.find_by_name(name); end |