[inline]
Dot product.
Definition at line 119 of file FXVec4d.h.
References w, x, y, and z.
00119 { return x*v.x+y*v.y+z*v.z+w*v.w; }