java.lang.Object
io.qt.QtObject
io.qt.qt3d.render.QLevelOfDetailBoundingSphere
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Simple spherical volume, defined by its center and radius
Java wrapper for Qt's class Qt3DRender::QLevelOfDetailBoundingSphere
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ModifierConstructorDescriptionOverloaded constructor forQLevelOfDetailBoundingSphere(io.qt.gui.QVector3D, float)
Overloaded constructor forQLevelOfDetailBoundingSphere(io.qt.gui.QVector3D, float)
withradius = 1.0f
.QLevelOfDetailBoundingSphere
(QVector3D center, float radius) protected
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
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
-
center
-
isEmpty
-
radius
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-