Skip to content

Commit

Permalink
add QgsBox3d::distanceFromPoint doc
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem authored and wonder-sk committed Jan 13, 2021
1 parent 398144e commit c4c7e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/geometry/qgsbox3d.h
Expand Up @@ -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 );

/**
Expand Down

0 comments on commit c4c7e25

Please sign in to comment.