Radium Engine  1.5.20
Loading...
Searching...
No Matches
Pose.hpp
1#pragma once
2
3#include <Core/Containers/AlignedStdVector.hpp>
4
5namespace Ra {
6namespace Core {
7namespace Animation {
8
13/*
14 * The Pose is represented just as a vector of Transforms.
15 */
17
18// Typedef for code readability purposes only.
19using RestPose = Pose;
20using RefPose = RestPose;
21
22using LocalPose = Pose;
23using ModelPose = Pose;
24
25using RelativePose = Pose;
26
27} // namespace Animation
28} // namespace Core
29} // namespace Ra
std::vector< T, Eigen::aligned_allocator< T > > AlignedStdVector
hepler function to manage enum as underlying types in VariableSet
Definition Cage.cpp:3