Class faceC

java.lang.Object
  extended bylattice
      extended byfaceC

public class faceC
extends lattice

The class for the face centered lattice. Has lattice points at each corrner of the unit cell and one in the center of each face


Constructor Summary
faceC(double length, point3D base)
          constructor to create a face centered lattice with length size and origin specified
 
Method Summary
 void setLaticePoints()
          Overides the setLatticePoints method in lattice
 
Methods inherited from class lattice
clear, drawAtoms, drawLattice, drawLatticePoints, rotate, setRu, setUpCube
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

faceC

public faceC(double length,
             point3D base)
constructor to create a face centered lattice with length size and origin specified

Method Detail

setLaticePoints

public void setLaticePoints()
Overides the setLatticePoints method in lattice