FreeWRL / FreeX3D 4.3.0
ftype Struct Reference

Data Fields

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
 

Detailed Description

Definition at line 195 of file Component_Followers.c.

Field Documentation

◆ add

void *(* ftype::add) (void *T, void *A, void *B)

Definition at line 198 of file Component_Followers.c.

◆ approx

int(* ftype::approx) (void *A, void *B)

Definition at line 204 of file Component_Followers.c.

◆ arr

void *(* ftype::arr) (void *A, int i)

Definition at line 205 of file Component_Followers.c.

◆ copy

void *(* ftype::copy) (void *T, void *A)

Definition at line 197 of file Component_Followers.c.

◆ dif

void *(* ftype::dif) (void *T, void *A, void *B)

Definition at line 199 of file Component_Followers.c.

◆ dist

float(* ftype::dist) (void *A)

Definition at line 202 of file Component_Followers.c.

◆ lerp

void *(* ftype::lerp) (void *T, void *A, void *B, float alpha)

Definition at line 201 of file Component_Followers.c.

◆ same

int(* ftype::same) (void *A, void *B)

Definition at line 203 of file Component_Followers.c.

◆ scale

void *(* ftype::scale) (void *T, void *A, float S)

Definition at line 200 of file Component_Followers.c.

◆ tmp

void** ftype::tmp

Definition at line 207 of file Component_Followers.c.

◆ type

int ftype::type

Definition at line 196 of file Component_Followers.c.


The documentation for this struct was generated from the following file: