Fixed inlcude/BoundingBox to compile under Windows.
This commit is contained in:
parent
138a5300b0
commit
b3160c882e
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user