Functions | |
static void | vm_VMath::copy (T_fp v[], T_fp const cv[]) |
void vm_VMath< T_fp, N_len >::copy | ( | T_fp | v[], | |
T_fp const | cv[] | |||
) | [inline, static, inherited] |
Normalize a vector v.
v | destination vector | |
cv | source vector |
REQUIREMENT: *v and *cv each has a length of at least N_len contiguous T_fps and is appropriately aligned for T_fps.
Definition at line 385 of file vm_vmath.h.