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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsConstructorDescriptionOverloaded 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 QVector3Dcenter()clone()Creates and returns a copy of this object.booleanSeeQt3DRender::QLevelOfDetailBoundingSphere::operator==(Qt3DRender::QLevelOfDetailBoundingSphere)const final QVector3DKotlin property getter.final floatKotlin property getter.inthashCode()Returns the objects's hash code computed byqHash(Qt3DRender::QLevelOfDetailBoundingSphere).final booleanisEmpty()SeeQt3DRender::QLevelOfDetailBoundingSphere::isEmpty()const final floatradius()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
-
-
Method Details
-
getCenter
Kotlin property getter. In Java use
center()instead. -
center
-
isEmpty
See
Qt3DRender::QLevelOfDetailBoundingSphere::isEmpty()const -
getRadius
Kotlin property getter. In Java use
radius()instead. -
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.
-