Uses of Class
ProGAL.geomNd.HyperSphere

Packages that use HyperSphere
ProGAL.geomNd This package contains classes that are all related to Euclidean geometric concepts of dimension larger than three. 
 

Uses of HyperSphere in ProGAL.geomNd
 

Methods in ProGAL.geomNd that return HyperSphere
static HyperSphere ApolloniusSolver.solveApollonius(HyperSphere[] spheres, int[] s)
          Solves the Apollonius problem of finding a circle tangent to three other circles in the plane.
 

Methods in ProGAL.geomNd with parameters of type HyperSphere
static HyperSphere ApolloniusSolver.solveApollonius(HyperSphere[] spheres, int[] s)
          Solves the Apollonius problem of finding a circle tangent to three other circles in the plane.