Antkeeper  0.0.1
pose Member List

This is the complete list of members for pose, including all inherited members.

get_absolute_transform(bone_index_type index) constposeinline
get_relative_transform(bone_index_type index) constposeinline
get_skeleton() const noexceptposeinline
m_absolute_transformsposeprotected
m_relative_transformsposeprotected
m_skeletonposeprotected
pose(const skeleton &skeleton)poseexplicit
pose() noexcept=defaultpose
set_relative_rotation(bone_index_type index, const bone_transform_type::quaternion_type &rotation)poseinline
set_relative_scale(bone_index_type index, const bone_transform_type::vector_type &scale)poseinline
set_relative_transform(bone_index_type index, const bone_transform_type &transform)poseinline
set_relative_translation(bone_index_type index, const bone_transform_type::vector_type &translation)poseinline
update()pose
update(bone_index_type first_index, std::size_t bone_count)posevirtual