class QScatterDataItem#

摘要#

方法#

说明

本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译存在问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建问题单的方式告诉我们。

详细描述#

__init__()#
__init__(position)
参数:

positionQVector3D

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

  • y – float

  • z – float

position()#
返回类型:

QVector3D

rotation()#
返回类型:

QQuaternion

setPosition(pos)#
参数:

posQVector3D

setRotation(rot)#
参数:

rotQQuaternion

setX(value)#
参数:

value – float

setY(value)#
参数:

value – float

setZ(value)#
参数:

value – float

x()#
返回类型:

float

y()#
返回类型:

float

z()#
返回类型:

float