vm_math
1.0.7
|
Functions | |
static void | vm_V3Math< T_fp >::set (T_fp v[], T_fp x, T_fp y, T_fp z) |
static void | vm_V3Math< T_fp >::set (T_fp v[], T_fp x) |
|
inlinestatic |
Set components of v to x, y, z.
v | vector to be set |
x | x component |
y | y component |
z | z component |
Definition at line 255 of file vm_v3math.h.
|
inlinestatic |
Set all components of v to x.
v | vector to be set |
x | value |
Definition at line 260 of file vm_v3math.h.
References vm_VMath< T_fp, N_len >::set().