[inline]
Dot product.
Definition at line 102 of file FXVec2f.h.
References x, and y.
00102 { return x*v.x+y*v.y; }