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 class Qt3DRender::QLevelOfDetailBoundingSphere
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescriptionOverloaded constructor forQLevelOfDetailBoundingSphere(io.qt.gui.QVector3D, float)
Overloaded constructor forQLevelOfDetailBoundingSphere(io.qt.gui.QVector3D, float)
withradius = 1.0f
.QLevelOfDetailBoundingSphere
(QVector3D center, float radius) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
SeeQt3DRender::QLevelOfDetailBoundingSphere::
operator=(Qt3DRender::QLevelOfDetailBoundingSphere) final QVector3D
center()
clone()
Creates and returns a copy of this object.final boolean
SeeQt3DRender::QLevelOfDetailBoundingSphere::
operator==(Qt3DRender::QLevelOfDetailBoundingSphere)const boolean
SeeQt3DRender::QLevelOfDetailBoundingSphere::
operator==(Qt3DRender::QLevelOfDetailBoundingSphere)const int
hashCode()
Returns the objects's hash code computed byqHash(Qt3DRender::QLevelOfDetailBoundingSphere)
.final boolean
isEmpty()
SeeQt3DRender::QLevelOfDetailBoundingSphere::
isEmpty()const final float
radius()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QLevelOfDetailBoundingSphere
-
QLevelOfDetailBoundingSphere
-
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
-
-
Method Details
-
center
-
isEmpty
See
Qt3DRender::QLevelOfDetailBoundingSphere::
isEmpty()const -
assign
See
Qt3DRender::QLevelOfDetailBoundingSphere::
operator=(Qt3DRender::QLevelOfDetailBoundingSphere) -
equals
See
Qt3DRender::QLevelOfDetailBoundingSphere::
operator==(Qt3DRender::QLevelOfDetailBoundingSphere)const -
radius
-
equals
See
Qt3DRender::QLevelOfDetailBoundingSphere::
operator==(Qt3DRender::QLevelOfDetailBoundingSphere)const -
hashCode
Returns the objects's hash code computed byqHash(Qt3DRender::QLevelOfDetailBoundingSphere)
. -
clone
Creates and returns a copy of this object.
-