[inline]
Cross product.
Definition at line 119 of file FXVec3f.h.
References x, y, and z.
00119 { return FXVec3f(y*v.z-z*v.y, z*v.x-x*v.z, x*v.y-y*v.x); }