public interface IUc
Modifier and Type | Field and Description |
---|---|
static float |
SIZE_X |
static float |
SIZE_Y |
static float |
SIZE_Z |
Modifier and Type | Method and Description |
---|---|
AbstractAtom |
getAtom(int pos) |
Point3D |
getPos()
Cartesian position of the origin of the unit cell.
|
int |
getPosI() |
int |
getPosJ() |
static float |
getSizeX()
Cartesian size of the unit cell in X axis
|
static float |
getSizeY()
Cartesian size of the unit cell in Y axis
|
static float |
getSizeZ()
Cartesian size of the unit cell in Z axis
|
int |
size()
Number of elements.
|
static final float SIZE_X
static final float SIZE_Y
static final float SIZE_Z
AbstractAtom getAtom(int pos)
static float getSizeX()
static float getSizeY()
static float getSizeZ()
int getPosI()
int getPosJ()
Point3D getPos()
int size()