|
Pyrogenesis
13997
|
#include <BlendShapes.h>
Public Member Functions | |
| BlendShape4 () | |
| BlendShape4 (int a, int b, int c, int d) | |
| int & | operator[] (int index) |
| const int & | operator[] (int index) const |
| bool | operator== (const BlendShape4 &lhs) const |
| void | Rotate90 (BlendShape4 &dst) const |
| void | Rotate180 (BlendShape4 &dst) const |
| void | Rotate270 (BlendShape4 &dst) const |
| void | FlipU (BlendShape4 &dst) const |
| void | FlipV (BlendShape4 &dst) const |
Private Attributes | |
| int | m_Data [4] |
Definition at line 21 of file BlendShapes.h.
|
inline |
Definition at line 24 of file BlendShapes.h.
|
inline |
Definition at line 25 of file BlendShapes.h.
|
inline |
Definition at line 57 of file BlendShapes.h.
|
inline |
Definition at line 64 of file BlendShapes.h.
|
inline |
Definition at line 32 of file BlendShapes.h.
|
inline |
Definition at line 29 of file BlendShapes.h.
|
inline |
Definition at line 30 of file BlendShapes.h.
|
inline |
Definition at line 43 of file BlendShapes.h.
|
inline |
Definition at line 50 of file BlendShapes.h.
|
inline |
Definition at line 36 of file BlendShapes.h.
|
private |
Definition at line 72 of file BlendShapes.h.
1.8.5