Uses of Class
cnuphys.adaptiveSwim.geometry.Line
Packages that use Line
- 
Uses of Line in cnuphys.adaptiveSwimMethods in cnuphys.adaptiveSwim with parameters of type LineModifier and TypeMethodDescriptionvoidAdaptiveSwimmer.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.geometryMethods 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 TypeMethodDescriptiondoublePlane.lineIntersection(Line line, Point intersection) Compute the intersection of an infinite line with the planedoublePlane.lineIntersection(Line line, Point intersection, int lineType) Constructors in cnuphys.adaptiveSwim.geometry with parameters of type Line