45 if(point.X() < (tpc.
MinX()-buffer) || point.X() > (tpc.
MaxX()+buffer)
46 || point.Y() < (tpc.
MinY()-buffer) || point.Y() > (tpc.
MaxY()+buffer)
47 || point.Z() < (tpc.
MinZ()-buffer) || point.Z() > (tpc.
MaxZ()+buffer))
return false;
double MinX() const
Returns the world x coordinate of the start of the box.
double MaxX() const
Returns the world x coordinate of the end of the box.
double MinZ() const
Returns the world z coordinate of the start of the box.
double MaxY() const
Returns the world y coordinate of the end of the box.
double MaxZ() const
Returns the world z coordinate of the end of the box.
double MinY() const
Returns the world y coordinate of the start of the box.