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 Sphere3D
GeometryFunctions. 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 Sphere3D
GeometryFunctions. getUnionSphere(Sphere3D s1, Sphere3D s2)
Returns a sphere that is the union of the two spheres s1 and s2static boolean
GeometryFunctions. isValidSphere(Sphere3D s)
-
Uses of Sphere3D in mgui.interfaces.maps
Fields in mgui.interfaces.maps declared as Sphere3D Modifier and Type Field Description protected Sphere3D
Map3D. thisBounds
Methods in mgui.interfaces.maps with parameters of type Sphere3D Modifier and Type Method Description void
Map3D. setBounds(Sphere3D bounds)
-
Uses of Sphere3D in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as Sphere3D Modifier and Type Field Description Sphere3D
Shape3DInt. boundSphere
Methods in mgui.interfaces.shapes that return Sphere3D Modifier and Type Method Description Sphere3D
Shape3DInt. getBoundSphere()