|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
HepRepPoint interface. The HepRepMath class can be used to deal with the conversions.
Field Summary |
Fields inherited from interface hep.graphics.heprep.HepRepConstants |
SHOW_DESC, SHOW_EXTRA, SHOW_NAME, SHOW_NONE, SHOW_VALUE, TYPE_BOOLEAN, TYPE_COLOR, TYPE_DOUBLE, TYPE_INT, TYPE_LONG, TYPE_STRING, TYPE_UNKNOWN |
Method Summary | |
HepRepPoint |
copy(HepRepInstance parent)
Returns a deep copy of this point. |
double |
getEta()
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getEta(double xVertex,
double yVertex,
double zVertex)
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex). |
HepRepInstance |
getInstance()
Returns associated instance (parent). |
double |
getPhi()
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getPhi(double xVertex,
double yVertex,
double zVertex)
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex). |
double |
getR()
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getR(double xVertex,
double yVertex,
double zVertex)
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex). |
double |
getRho()
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getRho(double xVertex,
double yVertex,
double zVertex)
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex). |
double |
getTheta()
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getTheta(double xVertex,
double yVertex,
double zVertex)
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex). |
double |
getX()
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getX(double xVertex,
double yVertex,
double zVertex)
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex). |
double[] |
getXYZ(double[] xyz)
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getY()
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getY(double xVertex,
double yVertex,
double zVertex)
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex). |
double |
getZ()
Returns coordinate with respect to vertex at (0, 0, 0). |
double |
getZ(double xVertex,
double yVertex,
double zVertex)
Returns coordinate with respect to vertex at (xVertex, yVertex, zVertex). |
Methods inherited from interface hep.graphics.heprep.HepRepAttribute |
addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, getAttValue, getAttValueFromNode, getAttValuesFromNode, removeAttValue |
Method Detail |
public double getX()
public double getY()
public double getZ()
public double getRho()
public double getPhi()
public double getTheta()
public double getR()
public double getEta()
public double getX(double xVertex, double yVertex, double zVertex)
public double getY(double xVertex, double yVertex, double zVertex)
public double getZ(double xVertex, double yVertex, double zVertex)
public double getRho(double xVertex, double yVertex, double zVertex)
public double getPhi(double xVertex, double yVertex, double zVertex)
public double getTheta(double xVertex, double yVertex, double zVertex)
public double getR(double xVertex, double yVertex, double zVertex)
public double getEta(double xVertex, double yVertex, double zVertex)
public double[] getXYZ(double[] xyz)
xyz
- list of three coordinates which are filled and returned.
If null, a new list of three coordinates is allocated.
public HepRepInstance getInstance()
public HepRepPoint copy(HepRepInstance parent) throws CloneNotSupportedException
parent
- to add the copy to.
CloneNotSupportedException
- if copying is not possible.
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |