Functions | |
*static void | vm_VMath::add_eq (T_fp v[], T_fp const cv[]) |
static void | vm_VMath::sub_eq (T_fp v[], T_fp const cv[]) |
static void | vm_VMath::mul_eq (T_fp v[], T_fp const cv[]) |
static void | vm_VMath::div_eq (T_fp v[], T_fp const cv[]) |
static void | vm_VMath::add_eq (T_fp v[], T_fp r) |
static void | vm_VMath::sub_eq (T_fp v[], T_fp r) |
static void | vm_VMath::mul_eq (T_fp v[], T_fp r) |
static void | vm_VMath::div_eq (T_fp v[], T_fp r) |
static void | vm_VMath::negate (T_fp v[]) |
|
component-wise v[n] += r
|
|
component-wise v[n] += cv[n]
|
|
component-wise v[n] /= r
|
|
component-wise v[n] /= cv[n]
|
|
component-wise v[n] *= r
|
|
component-wise v[n] *= cv[n]
|
|
component-wise negation of v
Definition at line 414 of file vm_vmath.h. |
|
component-wise v[n] -= r
|
|
component-wise v[n] -= cv[n]
|