Uses of Class
cnuphys.adaptiveSwim.geometry.Sphere
Packages that use Sphere
-
Uses of Sphere in cnuphys.adaptiveSwim
Methods in cnuphys.adaptiveSwim with parameters of type SphereModifier and TypeMethodDescriptionvoid
AdaptiveSwimmer.swimSphere
(int charge, double xo, double yo, double zo, double momentum, double theta, double phi, Sphere targetSphere, double accuracy, double sf, double h0, double eps, AdaptiveSwimResult result) Swim to an arbitrary sphere using the current active fieldConstructors in cnuphys.adaptiveSwim with parameters of type SphereModifierConstructorDescriptionAdaptiveSphereStopper
(double[] u0, double sf, Sphere targetSphere, double accuracy, SwimTrajectory trajectory) Cylinder stopper (does check max path length)