Functions | |
*static T_fp | vm_V3Math::unitize (T_fp v[]) |
static T_fp | vm_V3Math::unitize (T_fp vu[], T_fp const vi[]) |
|
Normalize a vector vi returning the normalized value in vu.
Definition at line 296 of file vm_v3math.h. References vm_VMath< T_fp, 3 >::copy(), and vm_V3Math< T_fp >::unitize(). |
|
Normalize a vector v.
Definition at line 282 of file vm_v3math.h. References vm_VMath< T_fp, 3 >::div_eq(), and vm_V3Math< T_fp >::dot(). Referenced by vm_V3Math< T_fp >::unitize(). |