|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to be implemented by 3 Vectors. This interface is deliberately kept simple to minimize the work needed to implement it. Operations for operating on vectors can be found in class VecOp.
VecOp
,
BasicHep3Vector
Method Summary | |
double |
magnitude()
The length of the 3-vector. |
double |
magnitudeSquared()
The square of the length |
double[] |
v()
|
double |
x()
|
double |
y()
|
double |
z()
|
Method Detail |
public double x()
public double y()
public double z()
public double magnitude()
public double magnitudeSquared()
public double[] v()
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |