[inline]
Dot product.
Definition at line 116 of file FXVec3f.h.
References x, y, and z.
00116 { return x*v.x+y*v.y+z*v.z; }