Loading [MathJax]/extensions/TeX/AMSmath.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
Cage.hpp
1
#pragma once
2
3
#include <Core/Animation/HandleArray.hpp>
4
#include <Core/Containers/VectorArray.hpp>
5
#include <Core/RaCore.hpp>
6
7
namespace
Ra
{
8
namespace
Core {
9
namespace
Animation {
10
19
class
RA_CORE_API
Cage
:
public
HandleArray
20
{
21
public
:
22
Cage
();
23
explicit
Cage
(
const
uint n );
24
Cage
(
const
Cage
& cage );
25
27
~
Cage
();
28
29
void
clear()
override
;
30
34
VectorArray<Ra::Core::Vector3ui>
m_triangle
;
35
};
36
37
}
// namespace Animation
38
}
// Namespace Core
39
}
// Namespace Ra
Ra::Core::Animation::Cage
Definition:
Cage.hpp:20
Ra::Core::Animation::Cage::m_triangle
VectorArray< Ra::Core::Vector3ui > m_triangle
Definition:
Cage.hpp:34
Ra::Core::Animation::HandleArray
Definition:
HandleArray.hpp:20
Ra::Core::VectorArray< Ra::Core::Vector3ui >
Ra
Definition:
Cage.cpp:3
src
Core
Animation
Cage.hpp
Generated on Wed Apr 5 2023 15:07:30 for Radium Engine by
1.9.1