Uses of Package
ffx.numerics.quickhull
Packages that use ffx.numerics.quickhull
Package
Description
The Quickhull package provides a 3D convex hull implementation and supporting
data structures (faces, half-edges, vertices, points and vectors).
The Utils package implements core functionality needed for using the Potential package, such as
opening and closing structure files, basic force field energy evaluations, etc.
-
Classes in ffx.numerics.quickhull used by ffx.numerics.quickhullClassDescriptionBasic triangular face used to form the hull.Maintains a single-linked list of faces for use by QuickHull3D.Represents the half-edges that surround each face in a counter-clockwise direction.A three-element spatial point.A three-element vector.Represents vertices of the hull, as well as the points from which it is formed.
-
Classes in ffx.numerics.quickhull used by ffx.potential.utils