- class QScatterDataItem#
Synopsis#
Methods#
def
__init__()
def
position()
def
rotation()
def
setPosition()
def
setRotation()
def
setX()
def
setY()
def
setZ()
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#
- __init__()#
- __init__(position)
- Parameters:
position –
QVector3D
- __init__(position, rotation)
- Parameters:
position –
QVector3D
rotation –
QQuaternion
- __init__(x, y, z)
- Parameters:
x – float
y – float
z – float
- rotation()#
- Return type:
- setRotation(rot)#
- Parameters:
rot –
QQuaternion
- setX(value)#
- Parameters:
value – float
- setY(value)#
- Parameters:
value – float
- setZ(value)#
- Parameters:
value – float
- x()#
- Return type:
float
- y()#
- Return type:
float
- z()#
- Return type:
float