Pyrogenesis
13997
|
#include <BlendShapes.h>
Public Member Functions | |
BlendShape8 () | |
BlendShape8 (int a, int b, int c, int d, int e, int f, int g, int h) | |
int & | operator[] (size_t index) |
const int & | operator[] (size_t index) const |
bool | operator== (const BlendShape8 &lhs) const |
void | Rotate90 (BlendShape8 &dst) const |
void | Rotate180 (BlendShape8 &dst) const |
void | Rotate270 (BlendShape8 &dst) const |
void | FlipU (BlendShape8 &dst) const |
void | FlipV (BlendShape8 &dst) const |
Private Attributes | |
int | m_Data [8] |
Definition at line 76 of file BlendShapes.h.
|
inline |
Definition at line 79 of file BlendShapes.h.
|
inline |
Definition at line 80 of file BlendShapes.h.
|
inline |
Definition at line 125 of file BlendShapes.h.
|
inline |
Definition at line 136 of file BlendShapes.h.
|
inline |
Definition at line 88 of file BlendShapes.h.
|
inline |
Definition at line 85 of file BlendShapes.h.
|
inline |
Definition at line 86 of file BlendShapes.h.
|
inline |
Definition at line 103 of file BlendShapes.h.
|
inline |
Definition at line 114 of file BlendShapes.h.
|
inline |
Definition at line 92 of file BlendShapes.h.
|
private |
Definition at line 148 of file BlendShapes.h.