public class VoronoiCell extends BaseVoronoiCell
Atom, Faces, Radical, Volume
Constructor and Description |
---|
VoronoiCell(Atom atom,
boolean radical,
java.util.List<VoronoiFace> faces)
Create a Voronoi cell, provided list of faces
|
geometryIsValid, getAtom, getCoordinationShellShape, getExtendedFaces, getFaces, getMaximumVertexDistance, getMinimumVertexDistance, getNeighborDistances, getNeighbors, getNeighborsByWalks, getNeighborShell, getNeighborShells, getNeighborTypes, getNumberSharedBonds, getPolyhedronShape, getSurfaceArea, getVertices, getVolume, nFaces
public VoronoiCell(Atom atom, boolean radical, java.util.List<VoronoiFace> faces)
atom
- Atom in center of cellradical
- Whether this a radical plane tessellationfaces
- Faces on this cell