Fixed tabbing.

This commit is contained in:
Robert Osfield 2005-12-04 20:08:41 +00:00
parent 851972beab
commit c45ead4c65

View File

@ -30,10 +30,10 @@ class OSG_EXPORT BoundingBox
{ {
public: public:
/** Minimum extent. (Smallest X, Y, and Z values of all coordinates.) */ /** Minimum extent. (Smallest X, Y, and Z values of all coordinates.) */
Vec3 _min; Vec3 _min;
/** Maximum extent. (Greatest X, Y, and Z values of all coordinates.) */ /** Maximum extent. (Greatest X, Y, and Z values of all coordinates.) */
Vec3 _max; Vec3 _max;
/** Creates an uninitialized bounding box. */ /** Creates an uninitialized bounding box. */
inline BoundingBox() : _min(FLT_MAX,FLT_MAX,FLT_MAX), inline BoundingBox() : _min(FLT_MAX,FLT_MAX,FLT_MAX),