| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
3 More...
#include <qgsbillboardgeometry.h>

| Signals | |
| void | countChanged (int count) | 
| Signal when the number of points changed.  More... | |
| Public Member Functions | |
| QgsBillboardGeometry (Qt3DCore::QNode *parent=nullptr) | |
| Constructor of QgsBillboardGeometry.  More... | |
| int | count () const | 
| Returns the number of points.  More... | |
| void | setPoints (const QVector< QVector3D > &vertices) | 
| Set the points for the billboard with vertices.  More... | |
| Properties | |
| int | count | 
3
Geometry of the billboard rendering for points in 3D map view.
Definition at line 34 of file qgsbillboardgeometry.h.
| QgsBillboardGeometry::QgsBillboardGeometry | ( | Qt3DCore::QNode * | parent = nullptr | ) | 
Constructor of QgsBillboardGeometry.
Definition at line 20 of file qgsbillboardgeometry.cpp.
| int QgsBillboardGeometry::count | ( | ) | const | 
Returns the number of points.
Definition at line 58 of file qgsbillboardgeometry.cpp.
| 
 | signal | 
Signal when the number of points changed.
| void QgsBillboardGeometry::setPoints | ( | const QVector< QVector3D > & | vertices | ) | 
Set the points for the billboard with vertices.
Definition at line 38 of file qgsbillboardgeometry.cpp.
| 
 | read | 
Definition at line 1 of file qgsbillboardgeometry.h.