FXPoint FX::operator/ ( const FXPoint &  p,
FXshort  c 
) [inline]

Definition at line 92 of file FXPoint.h.

References FX::FXPoint::x, and FX::FXPoint::y.

00092 { return FXPoint(p.x/c,p.y/c); }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:32:05 2009 for TnFOX by doxygen v1.4.7