[inline]
Set value from another point.
Definition at line 58 of file FXPoint.h.
References x, and y.
00058 { x=p.x; y=p.y; return *this; }