Uses of Class
ProGAL.geom3d.PointWeighted

Packages that use PointWeighted
ProGAL.geom3d This package contains classes that are all related to three-dimensional geometric concepts. 
ProGAL.geom3d.tessellation.BowyerWatson   
ProGAL.geom3d.volumes   
 

Uses of PointWeighted in ProGAL.geom3d
 

Constructors in ProGAL.geom3d with parameters of type PointWeighted
PointWeighted(PointWeighted p)
          Construct a weighted point that is a clone of p.
 

Uses of PointWeighted in ProGAL.geom3d.tessellation.BowyerWatson
 

Fields in ProGAL.geom3d.tessellation.BowyerWatson declared as PointWeighted
 PointWeighted[] Tetr.corners
           
 

Methods in ProGAL.geom3d.tessellation.BowyerWatson with parameters of type PointWeighted
 int Tetr.cornerIdx(PointWeighted p)
          Return the index of the specified corner-point and -1 if p is not a corner.
 Tetr RegularTessellation.walk(PointWeighted p)
           
 

Constructors in ProGAL.geom3d.tessellation.BowyerWatson with parameters of type PointWeighted
Corner(Tet tet, PointWeighted point)
           
Tetr(PointWeighted p0, PointWeighted p1, PointWeighted p2, PointWeighted p3)
           
 

Constructor parameters in ProGAL.geom3d.tessellation.BowyerWatson with type arguments of type PointWeighted
RegularTessellation(java.util.List<PointWeighted> points)
           
 

Uses of PointWeighted in ProGAL.geom3d.volumes
 

Constructors in ProGAL.geom3d.volumes with parameters of type PointWeighted
Sphere(PointWeighted p)
          Constructs a sphere with the weighted point as center and a radius with the square root of the points weight.