Uses of Class
cnuphys.swim.util.Plane
Packages that use Plane
- 
Uses of Plane in cnuphys.swimMethods in cnuphys.swim with parameters of type PlaneModifier and TypeMethodDescriptionSwimmer.swim(int charge, double xo, double yo, double zo, double momentum, double theta, double phi, Plane plane, double accuracy, double sMax, double stepSize, double[] relTolerance, double[] hdata) Swims a charged particle.Constructors in cnuphys.swim with parameters of type PlaneModifierConstructorDescriptionDefaultPlaneStopper(double s0, double rMax, double sMax, Plane plane, double accuracy, int side) Plane stopper that checks Rmax (and sMax)DefaultPlaneStopper(double s0, double sMax, Plane plane, double accuracy, int side) Plane stopper that doesn't check max R (does check max path length)
- 
Uses of Plane in cnuphys.swim.utilMethods in cnuphys.swim.util that return PlaneModifier and TypeMethodDescriptionstatic PlanePlane.constantPhiPlane(double phi) Create a plane of constant azimuthal angle phistatic PlanePlane.createPlane(double[] norm, double d) Create a plane from a normal vector and a distance to the planestatic PlanePlane.createPlane(double[] norm, double[] p) Create a plane from a normal vector and a point on the planestatic PlanePlane.createPlane(double normX, double normY, double normZ, double d) Create a plane from a normal vector and a distance to the planestatic PlanePlane.createTiltedPlane(double d) Create a plane in the clas12 tilted system