Functions | |
*static T_fp | vm_V3Math::dot (T_fp const v1[], T_fp const v2[]) |
static void | vm_V3Math::cross (T_fp prod[], T_fp const v1[], T_fp const v2[]) |
|
Cross (wedge) product of two vectors
Definition at line 272 of file vm_v3math.h. |
|
Dot product of two vectors
Definition at line 265 of file vm_v3math.h. Referenced by vm_V3Math< T_fp >::are_orthogonal(), vm_V3Math< T_fp >::is_unit_vector(), and vm_V3Math< T_fp >::unitize(). |