@Deprecated public class CartesianPath extends SpacePath
direction, startPoint
Constructor and Description |
---|
CartesianPath(double x,
double y,
double z,
double dx,
double dy,
double dz)
Deprecated.
Constructor from coordinates and direction.
|
CartesianPath(SpacePoint spt,
double dx,
double dy,
double dz)
Deprecated.
Constructor from space point and direction.
|
dphi, drxy, drxyz, dtheta, dx, dy, dz, rxy_dphi, rxyz_dtheta, toString
clone, equals, getDirection, getEndPoint, getPointAtLength, getStartPoint, magnitude, notEquals, v_phi, v_rxy, v_rxyz, v_theta, v_x, v_y, v_z
public CartesianPath(double x, double y, double z, double dx, double dy, double dz)
x
- Cartesian x coordinatey
- Cartesian y coordinatez
- Cartesian z coordinatedx
- Cartesian path element dx coordinatedy
- Cartesian path element dy coordinatedz
- Cartesian path element dz coordinatepublic CartesianPath(SpacePoint spt, double dx, double dy, double dz)
spt
- The SpacePoint for the position coordinatesdx
- Cartesian path element dx coordinatedy
- Cartesian path element dy coordinatedz
- Cartesian path element dz coordinateCopyright © 2016 Linear Collider Detector (LCD). All rights reserved.