Uses of Class
mgui.geometry.Sphere3D
| Package | Description |
|---|---|
| mgui.geometry.util |
Uility classes for geometric operations.
|
| mgui.interfaces.maps |
Provides a set a maps for use by ModelGUI objects.
|
| mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
-
Uses of Sphere3D in mgui.geometry.util
Methods in mgui.geometry.util that return Sphere3D Modifier and Type Method Description static Sphere3DGeometryFunctions. getUnionSphere(Sphere3D s1, Sphere3D s2)Returns a sphere that is the union of the two spheres s1 and s2Methods in mgui.geometry.util with parameters of type Sphere3D Modifier and Type Method Description static Sphere3DGeometryFunctions. getUnionSphere(Sphere3D s1, Sphere3D s2)Returns a sphere that is the union of the two spheres s1 and s2static booleanGeometryFunctions. isValidSphere(Sphere3D s) -
Uses of Sphere3D in mgui.interfaces.maps
Fields in mgui.interfaces.maps declared as Sphere3D Modifier and Type Field Description protected Sphere3DMap3D. thisBoundsMethods in mgui.interfaces.maps with parameters of type Sphere3D Modifier and Type Method Description voidMap3D. setBounds(Sphere3D bounds) -
Uses of Sphere3D in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as Sphere3D Modifier and Type Field Description Sphere3DShape3DInt. boundSphereMethods in mgui.interfaces.shapes that return Sphere3D Modifier and Type Method Description Sphere3DShape3DInt. getBoundSphere()