Functions | |
*static void | vm_VMath::lincomb (T_fp res[], T_fp c1, T_fp const v1[], T_fp c2, T_fp const v2[]) |
|
form linear combination: res = c1 * v1 + c2 * v2. For each i: res[i] = c1 * v1[i] + c2 * v2[i]
Definition at line 441 of file vm_vmath.h. |