vm_math  1.0.7
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 >inlinestatic
add(T_fp v[], T_fp const cv[], T_fp r)vm_VMath< T_fp, 3 >inlinestatic
add(T_fp v[], T_fp r, T_fp const cv[])vm_VMath< T_fp, 3 >inlinestatic
add_eq(T_fp v[], T_fp const cv[])vm_VMath< T_fp, 3 >inlinestatic
add_eq(T_fp v[], T_fp r)vm_VMath< T_fp, 3 >inlinestatic
are_orthogonal(T_fp const v[], T_fp const other[], T_fp const tol)vm_V3Math< T_fp >inlinestatic
are_orthonormal(T_fp const v[], T_fp const other[], T_fp const tol)vm_V3Math< T_fp >inlinestatic
copy(T_fp v[], T_fp const cv[])vm_VMath< T_fp, 3 >inlinestatic
cprint_on(FILE *of, T_fp const v[], char const prefix[]="", char const postfix[]="")vm_V3Math< T_fp >inlinestatic
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 >inlinestatic
cross(T_fp prod[], T_fp const v1[], T_fp const v2[])vm_V3Math< T_fp >inlinestatic
div(T_fp v[], T_fp const cv1[], T_fp const cv2[])vm_VMath< T_fp, 3 >inlinestatic
div(T_fp v[], T_fp const cv[], T_fp r)vm_VMath< T_fp, 3 >inlinestatic
div(T_fp v[], T_fp r, T_fp const cv[])vm_VMath< T_fp, 3 >inlinestatic
div_eq(T_fp v[], T_fp const cv[])vm_VMath< T_fp, 3 >inlinestatic
div_eq(T_fp v[], T_fp r)vm_VMath< T_fp, 3 >inlinestatic
dot(T_fp const v1[], T_fp const v2[])vm_V3Math< T_fp >inlinestatic
is_unit_vector(T_fp const v[], T_fp const tol)vm_V3Math< T_fp >inlinestatic
lincomb(T_fp res[], T_fp c1, T_fp const v1[], T_fp c2, T_fp const v2[])vm_VMath< T_fp, 3 >inlinestatic
mul(T_fp v[], T_fp const cv1[], T_fp const cv2[])vm_VMath< T_fp, 3 >inlinestatic
mul(T_fp v[], T_fp const cv[], T_fp r)vm_VMath< T_fp, 3 >inlinestatic
mul(T_fp v[], T_fp r, T_fp const cv[])vm_VMath< T_fp, 3 >inlinestatic
mul_eq(T_fp v[], T_fp const cv[])vm_VMath< T_fp, 3 >inlinestatic
mul_eq(T_fp v[], T_fp r)vm_VMath< T_fp, 3 >inlinestatic
negate(T_fp v[])vm_VMath< T_fp, 3 >inlinestatic
print_on(std::ostream &os, T_fp const v[], char const prefix[]="", char const postfix[]="")vm_V3Math< T_fp >inlinestatic
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 >inlinestatic
set(T_fp v[], T_fp x, T_fp y, T_fp z)vm_V3Math< T_fp >inlinestatic
set(T_fp v[], T_fp x)vm_V3Math< T_fp >inlinestatic
sub(T_fp v[], T_fp const cv1[], T_fp const cv2[])vm_VMath< T_fp, 3 >inlinestatic
sub(T_fp v[], T_fp const cv[], T_fp r)vm_VMath< T_fp, 3 >inlinestatic
sub(T_fp v[], T_fp r, T_fp const cv[])vm_VMath< T_fp, 3 >inlinestatic
sub_eq(T_fp v[], T_fp const cv[])vm_VMath< T_fp, 3 >inlinestatic
sub_eq(T_fp v[], T_fp r)vm_VMath< T_fp, 3 >inlinestatic
unitize(T_fp v[])vm_V3Math< T_fp >inlinestatic
unitize(T_fp vu[], T_fp const vi[])vm_V3Math< T_fp >inlinestatic
value_type typedefvm_V3Math< T_fp >