vm_V3Math< T_fp > Member List

This is the complete list of members for vm_V3Math< T_fp >, including all inherited members.
add(T_fp v[], T_fp const cv1[], T_fp const cv2[])vm_VMath< T_fp, 3 > [inline, static]
add(T_fp v[], T_fp const cv[], T_fp r)vm_VMath< T_fp, 3 > [inline, static]
add(T_fp v[], T_fp r, T_fp const cv[])vm_VMath< T_fp, 3 > [inline, static]
add_eq(T_fp v[], T_fp const cv[])vm_VMath< T_fp, 3 > [inline, static]
add_eq(T_fp v[], T_fp r)vm_VMath< T_fp, 3 > [inline, static]
are_orthogonal(T_fp const v[], T_fp const other[], T_fp const tol)vm_V3Math< T_fp > [inline, static]
are_orthonormal(T_fp const v[], T_fp const other[], T_fp const tol)vm_V3Math< T_fp > [inline, static]
copy(T_fp v[], T_fp const cv[])vm_VMath< T_fp, 3 > [inline, static]
cprint_on(FILE *of, T_fp const v[], char const prefix[]="", char const postfix[]="")vm_V3Math< T_fp > [inline, static]
vm_VMath< T_fp, 3 >::cprint_on(FILE *of, T_fp const v[], int by, char const prefix[]="", char const postfix[]="")vm_VMath< T_fp, 3 > [inline, static]
cross(T_fp prod[], T_fp const v1[], T_fp const v2[])vm_V3Math< T_fp > [inline, static]
div(T_fp v[], T_fp const cv1[], T_fp const cv2[])vm_VMath< T_fp, 3 > [inline, static]
div(T_fp v[], T_fp const cv[], T_fp r)vm_VMath< T_fp, 3 > [inline, static]
div(T_fp v[], T_fp r, T_fp const cv[])vm_VMath< T_fp, 3 > [inline, static]
div_eq(T_fp v[], T_fp const cv[])vm_VMath< T_fp, 3 > [inline, static]
div_eq(T_fp v[], T_fp r)vm_VMath< T_fp, 3 > [inline, static]
dot(T_fp const v1[], T_fp const v2[])vm_V3Math< T_fp > [inline, static]
is_unit_vector(T_fp const v[], T_fp const tol)vm_V3Math< T_fp > [inline, static]
lincomb(T_fp res[], T_fp c1, T_fp const v1[], T_fp c2, T_fp const v2[])vm_VMath< T_fp, 3 > [inline, static]
mul(T_fp v[], T_fp const cv1[], T_fp const cv2[])vm_VMath< T_fp, 3 > [inline, static]
mul(T_fp v[], T_fp const cv[], T_fp r)vm_VMath< T_fp, 3 > [inline, static]
mul(T_fp v[], T_fp r, T_fp const cv[])vm_VMath< T_fp, 3 > [inline, static]
mul_eq(T_fp v[], T_fp const cv[])vm_VMath< T_fp, 3 > [inline, static]
mul_eq(T_fp v[], T_fp r)vm_VMath< T_fp, 3 > [inline, static]
negate(T_fp v[])vm_VMath< T_fp, 3 > [inline, static]
print_on(std::ostream &os, T_fp const v[], char const prefix[]="", char const postfix[]="")vm_V3Math< T_fp > [inline, static]
vm_VMath< T_fp, 3 >::print_on(std::ostream &os, T_fp const v[], int by, char const prefix[]="", char const postfix[]="")vm_VMath< T_fp, 3 > [inline, static]
set(T_fp v[], T_fp x, T_fp y, T_fp z)vm_V3Math< T_fp > [inline, static]
set(T_fp v[], T_fp x)vm_V3Math< T_fp > [inline, static]
sub(T_fp v[], T_fp const cv1[], T_fp const cv2[])vm_VMath< T_fp, 3 > [inline, static]
sub(T_fp v[], T_fp const cv[], T_fp r)vm_VMath< T_fp, 3 > [inline, static]
sub(T_fp v[], T_fp r, T_fp const cv[])vm_VMath< T_fp, 3 > [inline, static]
sub_eq(T_fp v[], T_fp const cv[])vm_VMath< T_fp, 3 > [inline, static]
sub_eq(T_fp v[], T_fp r)vm_VMath< T_fp, 3 > [inline, static]
unitize(T_fp v[])vm_V3Math< T_fp > [inline, static]
unitize(T_fp vu[], T_fp const vi[])vm_V3Math< T_fp > [inline, static]
value_type typedefvm_V3Math< T_fp >