Loading [MathJax]/extensions/TeX/AMSsymbols.js
Radium Engine
1.5.0
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
Functions
a
c
d
f
g
i
l
n
o
p
q
r
s
t
v
Variables
Typedefs
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
h
i
m
n
s
t
v
w
Typedefs
a
b
c
f
g
i
k
o
r
s
t
u
v
Enumerations
Enumerator
Related Functions
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
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
Definition:
Cage.cpp:3
src
Core
Animation
Pose.hpp
Generated on Wed Apr 5 2023 15:07:30 for Radium Engine by
1.9.1