Doxymentation

This commit is contained in:
Matthias Kuhn 2015-12-11 13:06:03 +01:00
parent c9fa33410d
commit a1a19d2b13

View File

@ -460,7 +460,8 @@ class CORE_EXPORT QgsGeometry
/** Returns the smallest convex polygon that contains all the points in the geometry. */
QgsGeometry* convexHull() const;
/* Return interpolated point on line at distance
/**
* Return interpolated point on line at distance
* @note added in 1.9
*/
QgsGeometry* interpolate( double distance ) const;