class QScatterDataItem

Synopsis

Methods

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:

positionQVector3D

__init__(position, rotation)
Parameters:
__init__(x, y, z)
Parameters:
  • x – float

  • y – float

  • z – float

position()
Return type:

QVector3D

rotation()
Return type:

QQuaternion

setPosition(pos)
Parameters:

posQVector3D

setRotation(rot)
Parameters:

rotQQuaternion

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