Functions | |
static std::ostream & | vm_V3Math::print_on (std::ostream &os, T_fp const v[], char const prefix[]="", char const postfix[]="") |
static void | vm_V3Math::cprint_on (FILE *of, T_fp const v[], char const prefix[]="", char const postfix[]="") |
void vm_V3Math< T_fp >::cprint_on | ( | FILE * | of, | |
T_fp const | v[], | |||
char const | prefix[] = "" , |
|||
char const | postfix[] = "" | |||
) | [inline, static, inherited] |
Print a vector to a FILE* stream.
of | the FILE* | |
v | vector to be printed | |
prefix | optional prefix string | |
postfix | optional postfix string |
Definition at line 340 of file vm_v3math.h.
std::ostream & vm_V3Math< T_fp >::print_on | ( | std::ostream & | os, | |
T_fp const | v[], | |||
char const | prefix[] = "" , |
|||
char const | postfix[] = "" | |||
) | [inline, static, inherited] |
Print a vector to an ostream.
os | the ostream | |
v | vector to be printed | |
prefix | optional prefix string | |
postfix | optional postfix string |
Definition at line 331 of file vm_v3math.h.