Uses of Interface
ProGAL.geom3d.volumes.Volume

Packages that use Volume
ProGAL.geom3d.complex A simplicial complex is a topological space of a particular kind, constructed by "gluing together" points, line segments, triangles, and their n-dimensional counterparts. 
ProGAL.geom3d.tessellation.BowyerWatson   
ProGAL.geom3d.volumes   
 

Uses of Volume in ProGAL.geom3d.complex
 

Classes in ProGAL.geom3d.complex that implement Volume
 class CTetrahedron
          An extension of the normal Tetrahedron that is used in complexes.
 

Uses of Volume in ProGAL.geom3d.tessellation.BowyerWatson
 

Classes in ProGAL.geom3d.tessellation.BowyerWatson that implement Volume
 class Tetr
           
 

Uses of Volume in ProGAL.geom3d.volumes
 

Classes in ProGAL.geom3d.volumes that implement Volume
 class Cone
          A three-dimensional cone represented by two points on its central axis.
 class Cylinder
           
 class Lens
          A lens is the intersection between two spheres.
 class LSS
          A line-segment swept sphere (also known as a line-swept-sphere, capsule or sometimes 'cigar') class.
 class OBB
           
 class RSS
          Implementation of a Rectangular Swept Sphere that supports overlap check and construction from a point-set and two RSS'.
 class Sphere
          A sphere represented by a center-point and a radius.
 class Tetrahedron
          A tetrahedron is a polyhedron with four triangular faces.
 

Methods in ProGAL.geom3d.volumes that return Volume
 Volume Volume.clone()
          Make a deep clone this volume.
 Volume Tetrahedron.clone()
           
 

Methods in ProGAL.geom3d.volumes with parameters of type Volume
 boolean Volume.overlaps(Volume vol)
          Determine if this volume overlaps vol.
 boolean Tetrahedron.overlaps(Volume vol)
           
 boolean Sphere.overlaps(Volume vol)
          Returns true if the sphere overlaps with vol.
 boolean RSS.overlaps(Volume vol)
           
 boolean OBB.overlaps(Volume s)
           
 boolean LSS.overlaps(Volume vol)
           
 boolean Lens.overlaps(Volume vol)
           
 boolean Cylinder.overlaps(Volume vol)
           
 boolean Cone.overlaps(Volume vol)