public class Basis
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
IVector[] |
getScaledCoordinates()
Returns scaled coordinates
|
public Basis(IVector[] scaledCoordinates)
scaledCoordinates
- basis coordinates for the case in which the
primitive lattice constant (getSize) is unity. Given instance is kept
for interal representation of basis, so changes to scaledCoordinates
will affect the basis.public IVector[] getScaledCoordinates()