QLevelOfDetailBoundingSphere¶
The
QLevelOfDetailBoundingSphere
class provides a simple spherical volume, defined by its center and radius. More…
Synopsis¶
Functions¶
Detailed Description¶
- class PySide2.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere([center=list()[, radius=1.0f]])¶
PySide2.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere(other)
- param radius:
float
- param other:
- param center:
Constructs a new
QLevelOfDetailBoundingSphere
with the specifiedcenter
andradius
.
- PySide2.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere.center()¶
- Return type:
Specifies the center of the bounding sphere
- PySide2.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere.isEmpty()¶
- Return type:
bool
- PySide2.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere.__ne__(other)¶
- Parameters:
other –
PySide2.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere
- Return type:
bool
- PySide2.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere.__eq__(other)¶
- Parameters:
other –
PySide2.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere
- Return type:
bool
- PySide2.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.