Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine
1.7.0
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
i
l
m
n
o
p
q
r
s
t
u
v
z
Functions
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
u
v
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
b
d
f
i
m
s
v
w
Typedefs
a
b
c
f
g
i
k
n
o
r
s
t
u
v
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
Pose.hpp
1
#pragma once
2
3
#include <Core/Containers/AlignedStdVector.hpp>
4
5
namespace
Ra
{
6
namespace
Core {
7
namespace
Animation {
8
13
/*
14
* The Pose is represented just as a vector of Transforms.
15
*/
16
using
Pose =
AlignedStdVector<Eigen::Transform<Scalar, 3, Eigen::Affine>
>;
17
18
// Typedef for code readability purposes only.
19
using
RestPose = Pose;
20
using
RefPose = RestPose;
21
22
using
LocalPose = Pose;
23
using
ModelPose = Pose;
24
25
using
RelativePose = Pose;
26
27
}
// namespace Animation
28
}
// namespace Core
29
}
// namespace Ra
Ra::Core::AlignedStdVector
std::vector< T, Eigen::aligned_allocator< T > > AlignedStdVector
Definition
AlignedStdVector.hpp:14
Ra
hepler function to manage enum as underlying types in VariableSet
Definition
Cage.cpp:4
src
Core
Animation
Pose.hpp
Generated by
1.12.0