vm_math  1.0.7
IO operations.

Functions

static std::ostream & vm_V3Math< T_fp >::print_on (std::ostream &os, T_fp const v[], char const prefix[]="", char const postfix[]="")
 
static void vm_V3Math< T_fp >::cprint_on (FILE *of, T_fp const v[], char const prefix[]="", char const postfix[]="")
 

Detailed Description

Function Documentation

template<class T_fp >
void vm_V3Math< T_fp >::cprint_on ( FILE *  of,
T_fp const  v[],
char const  prefix[] = "",
char const  postfix[] = "" 
)
inlinestatic

Print a vector to a FILE* stream.

Parameters
ofthe FILE*
vvector to be printed
prefixoptional prefix string
postfixoptional postfix string

Definition at line 340 of file vm_v3math.h.

template<class T_fp >
std::ostream & vm_V3Math< T_fp >::print_on ( std::ostream &  os,
T_fp const  v[],
char const  prefix[] = "",
char const  postfix[] = "" 
)
inlinestatic

Print a vector to an ostream.

Parameters
osthe ostream
vvector to be printed
prefixoptional prefix string
postfixoptional postfix string

Definition at line 331 of file vm_v3math.h.