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