3#include <Core/Animation/Pose.hpp>
18RA_CORE_API
bool compatible(
const Pose& p0,
const Pose& p1 );
23RA_CORE_API Pose relativePose(
const Pose& modelPose,
const RestPose& restPose );
31RA_CORE_API Pose applyTransformation(
const Pose& pose,
40RA_CORE_API Pose applyTransformation(
const Pose& pose,
const Transform& transform );
42RA_CORE_API
bool areEqual(
const Pose& p0,
const Pose& p1 );
44RA_CORE_API Pose interpolatePoses(
const Pose& a,
const Pose& b,
const Scalar t );
std::vector< T, Eigen::aligned_allocator< T > > AlignedStdVector
hepler function to manage enum as underlying types in VariableSet