java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.render.QLevelOfDetailBoundingSphere
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QLevelOfDetailBoundingSphere extends QtObject implements Cloneable
Simple spherical volume, defined by its center and radius
Java wrapper for Qt class Qt3DRender::QLevelOfDetailBoundingSphere
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static QMetaObject
staticMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
Constructors Modifier Constructor Description QLevelOfDetailBoundingSphere()
Overloaded constructor forQLevelOfDetailBoundingSphere(io.qt.gui.QVector3D, float)
QLevelOfDetailBoundingSphere(QVector3D center)
Overloaded constructor forQLevelOfDetailBoundingSphere(io.qt.gui.QVector3D, float)
withradius = 1.0f
.QLevelOfDetailBoundingSphere(QVector3D center, float radius)
QLevelOfDetailBoundingSphere(QLevelOfDetailBoundingSphere other)
protected
QLevelOfDetailBoundingSphere(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QLevelOfDetailBoundingSphere
Overloaded constructor for
QLevelOfDetailBoundingSphere(io.qt.gui.QVector3D, float)
withradius = 1.0f
. -
QLevelOfDetailBoundingSphere
public QLevelOfDetailBoundingSphere()Overloaded constructor for
QLevelOfDetailBoundingSphere(io.qt.gui.QVector3D, float)
with:
center = new io.qt.gui.QVector3D()
radius = 1.0f
-
QLevelOfDetailBoundingSphere
-
QLevelOfDetailBoundingSphere
-
QLevelOfDetailBoundingSphere
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details