Subversion Repositories gelsvn

Rev

Rev 315 | Rev 443 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 315 Rev 357
Line 55... Line 55...
55
			const CGLA::Vec3d grad(const CGLA::Vec3d& p) const
55
			const CGLA::Vec3d grad(const CGLA::Vec3d& p) const
56
				{
56
				{
57
					return CGLA::Vec3d(2*A*p+b);
57
					return CGLA::Vec3d(2*A*p+b);
58
				}
58
				}
59
			
59
			
60
			CGLA::Vec3d opt_pos(double QEM_thresh = 0.005) const;
60
			CGLA::Vec3d opt_pos(double QEM_thresh = 0.005, const CGLA::Vec3d& p0 = CGLA::Vec3d(0.0)) const;
61
			
61
			
62
		};
62
		};
63
}
63
}
64
 
64
 
65
namespace GEO = Geometry;
65
namespace GEO = Geometry;