QSurfaceDataItem Class▲
-
Header: QSurfaceDataItem
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Graphs)
target_link_libraries(mytarget PRIVATE Qt6::Graphs)
-
qmake: QT += graphs
-
Group: QSurfaceDataItem is part of Qt Graphs C++ Classes for 3D
Detailed Description▲
A surface data item holds the data for a single vertex in a surface graph. Surface data proxies parse data into QSurfaceDataItem instances for surface graphs.
See Also▲
Member Function Documentation▲
[constexpr] QSurfaceDataItem::QSurfaceDataItem()▲
Constructs a surface data item.
[explicit constexpr] QSurfaceDataItem::QSurfaceDataItem(const QVector3D &position)▲
Constructs a surface data item at the position position.
[constexpr] QSurfaceDataItem::QSurfaceDataItem(float x, float y, float z)▲
Constructs a surface data item at the position specified by x, y, and z.