- class QSurfaceDataItem#
Synopsis#
Methods#
def
__init__()
def
position()
def
setPosition()
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__(x, y, z)
- Parameters:
x – float
y – float
z – float
- 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