Added inline

release/4.3a0
Natesh Srinivasan 2014-01-31 10:48:55 -05:00
parent 3c21c31353
commit 2f38450696
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ public:
/// Returns the plane coefficients (a, b, c, d) /// Returns the plane coefficients (a, b, c, d)
Vector planeCoefficients () const; Vector planeCoefficients () const;
Sphere2 normal () const { inline Sphere2 normal () const {
return n_; return n_;
} }