Class bodyC

java.lang.Object
  extended bylattice
      extended bybodyC

public class bodyC
extends lattice

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


Constructor Summary
bodyC(double length, point3D base)
          constructor to create a body 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

bodyC

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

Method Detail

setLaticePoints

public void setLaticePoints()
Overides the setLatticePoints method in lattice