QScatterDataItem#
Synopsis#
Functions#
def
createExtraData
()def
position
()def
rotation
()def
setPosition
(pos)def
setRotation
(rot)def
setX
(value)def
setY
(value)def
setZ
(value)def
x
()def
y
()def
z
()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
- class PySide6.QtGraphs.QScatterDataItem#
PySide6.QtGraphs.QScatterDataItem(other)
PySide6.QtGraphs.QScatterDataItem(position)
PySide6.QtGraphs.QScatterDataItem(position, rotation)
- Parameters:
position –
PySide6.QtGui.QVector3D
rotation –
PySide6.QtGui.QQuaternion
- PySide6.QtGraphs.QScatterDataItem.createExtraData()#
- PySide6.QtGraphs.QScatterDataItem.position()#
- Return type:
- PySide6.QtGraphs.QScatterDataItem.rotation()#
- Return type:
- PySide6.QtGraphs.QScatterDataItem.setPosition(pos)#
- Parameters:
pos –
PySide6.QtGui.QVector3D
- PySide6.QtGraphs.QScatterDataItem.setRotation(rot)#
- Parameters:
- PySide6.QtGraphs.QScatterDataItem.setX(value)#
- Parameters:
value – float
- PySide6.QtGraphs.QScatterDataItem.setY(value)#
- Parameters:
value – float
- PySide6.QtGraphs.QScatterDataItem.setZ(value)#
- Parameters:
value – float
- PySide6.QtGraphs.QScatterDataItem.x()#
- Return type:
float
- PySide6.QtGraphs.QScatterDataItem.y()#
- Return type:
float
- PySide6.QtGraphs.QScatterDataItem.z()#
- Return type:
float