@Deprecated public class SpacePath extends SpacePointVector
Transformations (translations, rotations, etc) are not provided. It is expected these will be carried out by external functions which return new SpacePath objects.
Three orthogonal coordinate systems are:
The corresponding path element vectors are:
direction, startPoint
Constructor and Description |
---|
SpacePath()
Deprecated.
Default constructor.
|
SpacePath(SpacePointVector svec)
Deprecated.
Constructor from a space vector.
|
Modifier and Type | Method and Description |
---|---|
double |
dphi()
Deprecated.
Cylindrical or spherical dphi.
|
double |
drxy()
Deprecated.
Cylindrical drxy.
|
double |
drxyz()
Deprecated.
Spherical rxyz.
|
double |
dtheta()
Deprecated.
Spherical dtheta.
|
double |
dx()
Deprecated.
Cartesian dx.
|
double |
dy()
Deprecated.
Cartesian dy.
|
double |
dz()
Deprecated.
Cartesian or cylindrical dz.
|
double |
rxy_dphi()
Deprecated.
Cylindrical or spherical rxy*dphi.
|
double |
rxyz_dtheta()
Deprecated.
Spherical rxyz*dtheta.
|
String |
toString()
Deprecated.
Output stream
|
clone, equals, getDirection, getEndPoint, getPointAtLength, getStartPoint, magnitude, notEquals, v_phi, v_rxy, v_rxyz, v_theta, v_x, v_y, v_z
public SpacePath()
public SpacePath(SpacePointVector svec)
svec
- the SpacePointVector from which to contructpublic double dx()
public double dy()
public double dz()
public double drxy()
public double rxy_dphi()
public double dphi()
public double drxyz()
public double rxyz_dtheta()
public double dtheta()
public String toString()
toString
in class SpacePointVector
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.