Uses of Class
cnuphys.adaptiveSwim.geometry.Line
Packages that use Line
-
Uses of Line in cnuphys.adaptiveSwim
Methods in cnuphys.adaptiveSwim with parameters of type LineModifier and TypeMethodDescriptionvoid
AdaptiveSwimmer.swimLine
(int charge, double xo, double yo, double zo, double momentum, double theta, double phi, Line targetLine, double accuracy, double sf, double h0, double eps, AdaptiveSwimResult result) Swim to an arbitrary infinitely long line using the current active fieldConstructors in cnuphys.adaptiveSwim with parameters of type LineModifierConstructorDescriptionAdaptiveLineStopper
(double[] u0, double sf, Line targetLine, double accuracy, SwimTrajectory trajectory) Line stopper (does check max path length) -
Uses of Line in cnuphys.adaptiveSwim.geometry
Methods in cnuphys.adaptiveSwim.geometry that return LineModifier and TypeMethodDescriptionPlane.planeIntersection
(Plane plane) Obtain the line resulting from the intersection of this plane and another planeMethods in cnuphys.adaptiveSwim.geometry with parameters of type LineModifier and TypeMethodDescriptiondouble
Plane.lineIntersection
(Line line, Point intersection) Compute the intersection of an infinite line with the planedouble
Plane.lineIntersection
(Line line, Point intersection, int lineType) Constructors in cnuphys.adaptiveSwim.geometry with parameters of type Line