public class SP3cCorrelations extends Object
Constructor and Description |
---|
SP3cCorrelations() |
Modifier and Type | Method and Description |
---|---|
double |
getXC()
Gets the XC correlation.
|
double |
getXY()
Gets the XY correlation.
|
double |
getXZ()
Gets the XZ correlation.
|
double |
getYC()
Gets the YC correlation.
|
double |
getYZ()
Gets the YZ correlation.
|
double |
getZC()
Gets the ZC correlation.
|
void |
setXC(double value)
Sets the XC correlation.
|
void |
setXY(double value)
Sets the XY correlation.
|
void |
setXZ(double value)
Sets the XZ correlation.
|
void |
setYC(double value)
Sets the YC correlation.
|
void |
setYZ(double value)
Sets the YZ correlation.
|
void |
setZC(double value)
Sets the ZC correlation.
|
public final double getXY()
public final void setXY(double value)
public final double getXZ()
public final void setXZ(double value)
public final double getXC()
public final void setXC(double value)
public final double getYZ()
public final void setYZ(double value)
public final double getYC()
public final void setYC(double value)
public final double getZC()
public final void setZC(double value)