|
int | type |
|
void *(* | copy )(void *T, void *A) |
|
void *(* | add )(void *T, void *A, void *B) |
|
void *(* | dif )(void *T, void *A, void *B) |
|
void *(* | scale )(void *T, void *A, float S) |
|
void *(* | lerp )(void *T, void *A, void *B, float alpha) |
|
float(* | dist )(void *A) |
|
int(* | same )(void *A, void *B) |
|
int(* | approx )(void *A, void *B) |
|
void *(* | arr )(void *A, int i) |
|
void ** | tmp |
|
Definition at line 195 of file Component_Followers.c.
The documentation for this struct was generated from the following file: