4 #include "QFog_constants.h" 13 C_CIRCLE(
const Point & pt, USHORT rad);
15 BOOLEAN pt_is_in(
const Point & pt)
const;
16 BOOLEAN intersects_rect(
const Rect & rect)
const;
66 friend LStream & operator<<( LStream & out_bd,
const C_PORT_NAME & pn);
67 friend LStream & operator>>( LStream & in_bd,
C_PORT_NAME & pn);
74 #pragma mark ----C_CIRCLE---- 77 BOOLEAN C_CIRCLE::pt_is_in(
82 sqrt( pow(DOUBLE(pt.h - its_center.h), 2) +
83 pow(DOUBLE(pt.v - its_center.v), 2) )
87 #pragma mark ----C_PORT_NAME---- 95 (pn1.its_nd_id == pn2.its_nd_id)&&
96 (pn1.its_sub_nd_id == pn2.its_sub_nd_id)
Definition: C_PORT_RELATED.h:54
Definition: C_PORT_RELATED.h:6