doom3-gpl
Doom 3 GPL source release
|
#include <DeclAF.h>
Public Types | |
enum | { VEC_COORDS = 0, VEC_JOINT, VEC_BONECENTER, VEC_BONEDIR } |
Public Member Functions | |
idAFVector (void) | |
bool | Parse (idLexer &src) |
bool | Finish (const char *fileName, const getJointTransform_t GetJointTransform, const idJointMat *frame, void *model) const |
bool | Write (idFile *f) const |
const char * | ToString (idStr &str, const int precision=8) |
const idVec3 & | ToVec3 (void) const |
idVec3 & | ToVec3 (void) |
Public Attributes | |
enum idAFVector:: { ... } | type |
idStr | joint1 |
idStr | joint2 |
Private Attributes | |
idVec3 | vec |
bool | negate |
anonymous enum |
idAFVector::idAFVector | ( | void | ) |
Definition at line 45 of file DeclAF.cpp.
bool idAFVector::Finish | ( | const char * | fileName, |
const getJointTransform_t | GetJointTransform, | ||
const idJointMat * | frame, | ||
void * | model | ||
) | const |
Definition at line 122 of file DeclAF.cpp.
Definition at line 56 of file DeclAF.cpp.
Definition at line 213 of file DeclAF.cpp.
Definition at line 179 of file DeclAF.cpp.
enum { ... } idAFVector::type |