Fixed typo in comment, reference to BoundingSphere has been changed to

BoundingBox.  Typo spotted by Gial Paolo Lorenzetto.
This commit is contained in:
Robert Osfield 2002-01-18 10:26:06 +00:00
parent d1b2fcd0df
commit 5cff1c7a6f

View File

@ -36,7 +36,7 @@ class SG_EXPORT LineSegment : public Referenced
/** return true if segment intersects BoundingBox.*/
const bool intersect(const BoundingBox& bb) const;
/** return true if segment intersects BoundingSphere and return the intersection ratio's.*/
/** return true if segment intersects BoundingBox and return the intersection ratio's.*/
const bool intersect(const BoundingBox& bb,float& r1,float& r2) const;
/** return true if segment intersects BoundingSphere.*/