QLevelOfDetailBoundingSphere Class
class Qt3DRender::QLevelOfDetailBoundingSphereQLevelOfDetailBoundingSphere クラスは、中心と半径で定義される単純な球体体積を提供します。詳細...
ヘッダー | #include <QLevelOfDetailBoundingSphere> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3drender) target_link_libraries(mytarget PRIVATE Qt6::3drender) |
qmake | QT += 3drender |
QMLで: | levelOfDetailBoundingSphere |
ステータス | 非推奨 |
プロパティ
パブリック機能
QLevelOfDetailBoundingSphere(QVector3D center = QVector3D(), float radius = 1.0f) | |
QVector3D | center() const |
float | radius() const |
プロパティの説明
[read-only]
center : const QVector3D
外接球の中心を指定する
アクセス関数:
QVector3D | center() const |
[read-only]
radius : const float
外接球の半径を指定します。
アクセス関数
float | radius() const |
メンバ関数ドキュメント
[explicit]
QLevelOfDetailBoundingSphere::QLevelOfDetailBoundingSphere(QVector3D center = QVector3D(), float radius = 1.0f)
指定されたcenter とradius を持つ新しい QLevelOfDetailBoundingSphere を構築します。
© 2025 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.