27 #ifndef ICB_PX_2DREALPOINT_H_INCLUDED 28 #define ICB_PX_2DREALPOINT_H_INCLUDED 30 #include "engines/icb/common/px_rcutypes.h" 31 #include "engines/icb/common/px_common.h" 52 void SetX(PXreal fX) { m_fX = fX; }
53 void SetY(PXreal fY) { m_fY = fY; }
54 PXreal GetX()
const {
return m_fX; }
55 PXreal GetY()
const {
return m_fY; }
58 void Set(PXreal fX, PXreal fY) {
69 #endif // #ifndef PX_2DREALPOINT_H_INCLUDED
Definition: px_2drealpoint.h:36