vm_math  1.0.7
Copy routines

Functions

static void vm_VMath< T_fp, N_len >::copy (T_fp v[], T_fp const cv[])
 

Detailed Description

Function Documentation

template<class T_fp, int N_len>
void vm_VMath< T_fp, N_len >::copy ( T_fp  v[],
T_fp const  cv[] 
)
inlinestatic

Normalize a vector v.

Parameters
vdestination vector
cvsource 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.