Uses of Class
cnuphys.adaptiveSwim.geometry.Plane
Packages that use Plane
-
Uses of Plane in cnuphys.adaptiveSwim
Methods in cnuphys.adaptiveSwim with parameters of type PlaneModifier and TypeMethodDescriptionvoidAdaptiveSwimmer.swimPlane(int charge, double xo, double yo, double zo, double momentum, double theta, double phi, Plane targetPlane, double accuracy, double sf, double h0, double eps, AdaptiveSwimResult result) Swim to a plane using the current active fieldConstructors in cnuphys.adaptiveSwim with parameters of type PlaneModifierConstructorDescriptionAdaptivePlaneStopper(double[] u0, double sf, Plane targetPlane, double accuracy, SwimTrajectory trajectory) Rho stopper (does check max path length) -
Uses of Plane in cnuphys.adaptiveSwim.geometry
Methods in cnuphys.adaptiveSwim.geometry that return PlaneModifier and TypeMethodDescriptionstatic PlanePlane.constantPhiPlane(double phi) Create a plane of constant azimuthal angle phiMethods in cnuphys.adaptiveSwim.geometry with parameters of type PlaneModifier and TypeMethodDescriptionPlane.planeIntersection(Plane plane) Obtain the line resulting from the intersection of this plane and another plane -
Uses of Plane in cnuphys.swim
Constructors in cnuphys.swim with parameters of type PlaneModifierConstructorDescriptionNewPlaneStopper(double[] u0, double s0, double sMax, Plane targetPlane, double accuracy) Cylinder stopper that looks at boundary (does check max path length)