vm_math
1.0.7
|
Functions | |
static T_fp | vm_V3Math< T_fp >::dot (T_fp const v1[], T_fp const v2[]) |
static void | vm_V3Math< T_fp >::cross (T_fp prod[], T_fp const v1[], T_fp const v2[]) |
|
inlinestatic |
Cross (wedge) product of two vectors
prod | cross (wedge) product of v1 with v2. |
v1 | 1st vector |
v2 | 2nd vector |
Definition at line 272 of file vm_v3math.h.
|
inlinestatic |
Dot product of two vectors
v1 | 1st vector |
v2 | 2nd vector |
Definition at line 265 of file vm_v3math.h.