User's Guide (v. 4.08): page 316 misprin

I think that on the page 316 in the first frame DistToIn function
should be be mentioned (not DistToOut).

Thanks for pointing this inconsistency. We will fix the documentation.

Rene

In order to avoid any confusion, the methods were renamed:

[color=red]TGeoShape::DistToIn[/color] became [color=blue]TGeoShape::DistFromOutside[/color]
meaning the distance to the shape starting from a point OUTSIDE

[color=red]TGeoShape::DistToOut[/color] became [color=blue]TGeoShape::DistFromInside[/color]
e.g. the distance to the shape starting from a point INSIDE

The changes are already in CVS and the docs will be very soon corrected accordingly.

Regards