14@interface BeautyFDP : NSObject{
18- (id)initWithData:(
void*) data;
21-(
Vector3) GetPosInGroup:(
int)group andIndex:(
int) index;
22-(
Vector3) GetPosFromName:(const
char *) name;
23-(float) GetQualityInGroup:(
int)group andIndex:(
int) index;
24-(float) GetQualityFromName:(const
char *) name;
25-(bool) IsDefinedInGroup:(
int)group andIndex:(
int) index;
26-(bool) IsDefinedFromName:(const
char *) name;
27-(bool) IsDetectedInGroup:(
int)group andIndex:(
int) index;
28-(bool) IsDetectedFromName:(const
char *) name;
31-(int) FP_START_GROUP_INDEX;
32-(int) FP_END_GROUP_INDEX;
33-(int) FP_NUMBER_OF_GROUPS;
34-(NSString *) GetFPNameInGroup:(
int)group andIndex:(
int) index;
35-(bool) FPIsValidInGroup:(
int)group andIndex:(
int) index;
36-(bool) FPIsValidFromName:(const
char *) name;
37-(int) GroupSizeFromGroup:(
int) group;
38-(int) GetMirrorPointIndexInGroup:(
int)group andIndex:(
int) index;
Representation of a 3D mathematical vector with members x, y and z;.
Definition Utility.h:16