Antkeeper
0.0.1
|
This is the complete list of members for skeleton, including all inherited members.
add_bone() | skeleton | inline |
add_bone(hash::fnv1a32_t name) | skeleton | |
add_bones(std::size_t bone_count) | skeleton | |
add_pose(hash::fnv1a32_t name) | skeleton | |
get_bone_count() const noexcept | skeleton | inline |
get_bone_index(hash::fnv1a32_t name) const | skeleton | |
get_bone_parent(bone_index_type child_index) const | skeleton | inline |
get_pose(hash::fnv1a32_t name) const | skeleton | |
get_pose(hash::fnv1a32_t name) | skeleton | |
get_rest_pose() const noexcept | skeleton | inline |
remove_bones() | skeleton | |
remove_pose(hash::fnv1a32_t name) | skeleton | |
remove_poses() | skeleton | |
set_bone_name(bone_index_type index, hash::fnv1a32_t name) | skeleton | |
set_bone_parent(bone_index_type child_index, bone_index_type parent_index) | skeleton | |
set_bone_transform(bone_index_type index, const bone_transform_type &transform) | skeleton | inline |
skeleton(std::size_t bone_count) | skeleton | explicit |
skeleton() | skeleton | |
update_rest_pose() | skeleton |