Uses of Class
cnuphys.swim.util.Plane

Packages that use Plane
Package
Description
 
 
  • Uses of Plane in cnuphys.swim

    Methods in cnuphys.swim with parameters of type Plane
    Modifier and Type
    Method
    Description
    Swimmer.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 Plane
    Modifier
    Constructor
    Description
     
    DefaultPlaneStopper(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.util

    Methods in cnuphys.swim.util that return Plane
    Modifier and Type
    Method
    Description
    static Plane
    Plane.constantPhiPlane(double phi)
    Create a plane of constant azimuthal angle phi
    static Plane
    Plane.createPlane(double[] norm, double d)
    Create a plane from a normal vector and a distance to the plane
    static Plane
    Plane.createPlane(double[] norm, double[] p)
    Create a plane from a normal vector and a point on the plane
    static Plane
    Plane.createPlane(double normX, double normY, double normZ, double d)
    Create a plane from a normal vector and a distance to the plane
    static Plane
    Plane.createTiltedPlane(double d)
    Create a plane in the clas12 tilted system