Fixed inlcude/BoundingBox to compile under Windows.

This commit is contained in:
Robert Osfield 2001-11-06 11:36:11 +00:00
parent 138a5300b0
commit b3160c882e

View File

@ -90,12 +90,6 @@ class SG_EXPORT BoundingBox
inline float& zMax() { return _max.z(); }
inline const float zMax() const { return _max.z(); }
inline Vec3& min() { return _min; }
inline const Vec3& min() const { return _min; }
inline Vec3& max() { return _max; }
inline const Vec3& max() const { return _max; }
/** Calculate and return the center of the bounding box.*/
inline const Vec3 center() const
{