Maratis Engine
|
#include <MKey.h>
Public Member Functions | |
MKey (void) | |
~MKey (void) | |
void | setT (int t) |
int | getT (void) |
float * | createFloatData (void) |
MVector2 * | createVector2Data (void) |
MVector3 * | createVector3Data (void) |
MVector4 * | createVector4Data (void) |
MQuaternion * | createQuaternionData (void) |
void * | getData (void) |
MKey::MKey | ( | void | ) |
MKey::~MKey | ( | void | ) |
float * MKey::createFloatData | ( | void | ) |
MQuaternion * MKey::createQuaternionData | ( | void | ) |
MVector2 * MKey::createVector2Data | ( | void | ) |
MVector3 * MKey::createVector3Data | ( | void | ) |
MVector4 * MKey::createVector4Data | ( | void | ) |
void* MKey::getData | ( | void | ) | [inline] |
int MKey::getT | ( | void | ) | [inline] |
void MKey::setT | ( | int | t | ) | [inline] |