21 #include "qgis_core.h"
45 QgsBox3d(
double xmin = 0,
double ymin = 0,
double zmin = 0,
double xmax = 0,
double ymax = 0,
double zmax = 0 )
SIP_HOLDGIL;
188 bool intersects( const
QgsBox3d &other ) const;
193 bool contains( const
QgsBox3d &other ) const;
201 bool contains( const
QgsPoint &point ) const;
214 double distanceTo(
const QVector3D &point )
const;
A 3-dimensional box composed of x, y, z coordinates.
double yMaximum() const SIP_HOLDGIL
Returns the maximum y value.
double zMaximum() const SIP_HOLDGIL
Returns the maximum z value.
double zMinimum() const SIP_HOLDGIL
Returns the minimum z value.
double xMinimum() const SIP_HOLDGIL
Returns the minimum x value.
double volume() const SIP_HOLDGIL
Returns the volume of the box.
double xMaximum() const SIP_HOLDGIL
Returns the maximum x value.
double depth() const SIP_HOLDGIL
Returns the depth of the box.
double height() const SIP_HOLDGIL
Returns the height of the box.
double width() const SIP_HOLDGIL
Returns the width of the box.
double yMinimum() const SIP_HOLDGIL
Returns the minimum y value.
Point geometry type, with support for z-dimension and m-values.
A rectangle specified with double values.
bool operator==(const QgsFeatureIterator &fi1, const QgsFeatureIterator &fi2)