AbstractLattice<Vector>, SpaceLatticepublic class LatticeOrthorhombicHexagonal extends BravaisLatticeCrystal
primitivebasis| Constructor | Description |
|---|---|
LatticeOrthorhombicHexagonal(Space space) |
|
LatticeOrthorhombicHexagonal(Space space,
double latticeConstant) |
| Modifier and Type | Method | Description |
|---|---|---|
PrimitiveHexagonal2D |
getPrimitiveHexagonal() |
Returns a new PrimitiveFcc instance corresponding to the fcc lattice.
|
void |
scaleBy(double scaleFactor) |
Rescales the lattice by the given factor.
|
java.lang.String |
toString() |
Returns "OrthorhombicHexagonal".
|
getLatticeConstants, getPrimitive, getSpace, setPrimitiveD, getBasis, sitepublic LatticeOrthorhombicHexagonal(Space space)
public LatticeOrthorhombicHexagonal(Space space, double latticeConstant)
public PrimitiveHexagonal2D getPrimitiveHexagonal()
public void scaleBy(double scaleFactor)
public java.lang.String toString()
toString in class java.lang.Object