QLevelOfDetailBoundingSphere¶
The QLevelOfDetailBoundingSphere
class provides a simple spherical volume, defined by its center and radius. More…
Synopsis¶
Functions¶
Detailed Description¶
- class PySide6.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere([center=list()[, radius=1.0f]])¶
PySide6.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere(other)
- Parameters
other –
PySide6.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere
center –
PySide6.QtGui.QVector3D
radius – float
Constructs a new QLevelOfDetailBoundingSphere
with the specified center
and radius
.
- PySide6.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere.center()¶
- Return type
Specifies the center of the bounding sphere
- PySide6.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere.isEmpty()¶
- Return type
bool
- PySide6.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere.__ne__(other)¶
- Parameters
other –
PySide6.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere
- Return type
bool
- PySide6.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere.__eq__(other)¶
- Parameters
other –
PySide6.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere
- Return type
bool
- PySide6.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere.radius()¶
- Return type
float
Specifies the radius of the bounding sphere
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.