From 5cff1c7a6f53da9166e66263890819742549bf81 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 18 Jan 2002 10:26:06 +0000 Subject: [PATCH] Fixed typo in comment, reference to BoundingSphere has been changed to BoundingBox. Typo spotted by Gial Paolo Lorenzetto. --- include/osg/LineSegment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/LineSegment b/include/osg/LineSegment index 36dab58e3..cfa3a694e 100644 --- a/include/osg/LineSegment +++ b/include/osg/LineSegment @@ -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.*/