|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Hep3Vector
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 |
|---|
double x()
double y()
double z()
double magnitude()
double magnitudeSquared()
double[] v()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||