Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
add QgsBox3d::distanceFromPoint doc
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/core/geometry/qgsbox3d.h
|
@@ -198,6 +198,7 @@ class CORE_EXPORT QgsBox3d |
|
|
*/ |
|
|
bool contains( const QgsPoint &point ) const; |
|
|
|
|
|
//! Returns shortest distance from the box to a point |
|
|
float distanceFromPoint( double x, double y, double z ); |
|
|
|
|
|
/** |
|
|