Uses of Class
org.simtk.geometry3d.InsufficientPointsException

Packages that use InsufficientPointsException
org.simtk.geometry3d   
org.simtk.molecularstructure   
 

Uses of InsufficientPointsException in org.simtk.geometry3d
 

Methods in org.simtk.geometry3d that throw InsufficientPointsException
static Line3D Line3D.bestLine3D(java.util.Vector<Vector3D> bagOfPoints)
           
static Plane3D Plane3D.bestPlane3D(java.util.Collection<Vector3D> bagOfPoints)
          Create a plane that minimizes the sum of squared distances to a set of points
static Plane3D Plane3D.bestPlane3D(Vector3D[] coordinates, double[] weights)
           
static Vector2D Vector2DClass.centroid(java.util.Collection<Vector2D> bagOfPoints)
          Compute the centroid or mean point
static Vector3D Vector3DClass.centroid(java.util.Collection<Vector3D> bagOfPoints)
          Compute the centroid or mean point
static Vector2D Vector2DClass.centroid(Vector2D[] coordinates, double[] weights)
           
static Vector3D Vector3DClass.centroid(Vector3D[] coordinates, double[] weights)
           
 

Uses of InsufficientPointsException in org.simtk.molecularstructure
 

Methods in org.simtk.molecularstructure that throw InsufficientPointsException
 Plane3D MolecularClass.bestPlane3D()
           
 Plane3D Molecular.bestPlane3D()