Write a float

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@724 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-10-01 07:11:39 +00:00
parent 073cfd74d3
commit 9875b209c6
2 changed files with 4 additions and 4 deletions

View File

@@ -102,7 +102,7 @@ public:
const Vec3& center_normal() const { return center_normal_; }
//! returns size of cone (radius in radians)
Scalar angle() const { return angle_; }
inline Scalar angle() const { return angle_; }
private: