bis aboolandptis aPoint.bool_pointalso contains two constructors and an assignment operator, described below.
Creates a
bool_pointand setsbtofalseandpttoINVALID_POINT.
Creates a
bool_pointand setsbto bb andptto ppt.
Sets
bto bp.bandptto bp.pt.
This structure contains four
bool_points. It also has two constructors and an assignment operator, described below.
Creates a
bool_point_quadruple, and setsfirst,second,third, andfourthall toINVALID_BOOL_POINT.
Creates a
bool_point_quadrupleand setsfirstto a,secondto b,thirdto c, andfourthto d.
Makes
*thisa copy of arg.
bis abool,ris areal, andptis aPoint.bool_real_pointalso contains three constructors and an assignment operator, described below.
Creates a
bool_real_pointand setsbtofalse,rtoINVALID_REALandpttoINVALID_POINT.
Creates a
bool_real_pointand setsbto brp.b,rto brp.r, andptto brp.pt.