Functions

Copy routines

Functions

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

Function Documentation

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

Normalize a vector v.

Parameters:
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.