Uses of Class
org.simtk.geometry3d.Plane3D

Packages that use Plane3D
org.simtk.geometry3d   
org.simtk.molecularstructure   
org.simtk.molecularstructure.nucleicacid   
 

Uses of Plane3D in org.simtk.geometry3d
 

Methods in org.simtk.geometry3d that return Plane3D
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)
           
 

Uses of Plane3D in org.simtk.molecularstructure
 

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

Uses of Plane3D in org.simtk.molecularstructure.nucleicacid
 

Methods in org.simtk.molecularstructure.nucleicacid that return Plane3D
 Plane3D BasePair.getBasePlane()