| |
Construct a box corresponding to
the whole -dimensional space
| |
| |
Construct
the axis parallel box in the -dimensional space defined by
the points left, right.
|
|
| |
set the left endpoint of the -th dimensional interval of box to be the -th coordinate of left | ||
|
| |
set the right endpoint of the -th dimensional interval of box to be the -th coordinate of right | ||
|
| |
return true if pnt lies inside box. | ||
|
| |
return true if the -th coordinate of pnt lies inside the -th dimensional interval of box. |