Functions

Set functions

Functions

static void vm_VMath::set (T_fp v[], T_fp r)

Function Documentation

template<class T_fp, int N_len>
void vm_VMath< T_fp, N_len >::set ( T_fp  v[],
T_fp  r 
) [inline, static, inherited]

Set all elements of v to r.

Parameters:
v vector to be set
r value

Reimplemented in vm_V3Math< T_fp >.

Definition at line 393 of file vm_vmath.h.