Uses of Class
xal.tools.math.MathException
Packages that use MathException
-
Uses of MathException in xal.tools.math
Methods in xal.tools.math that throw MathExceptionModifier and TypeMethodDescriptionInterval.convexHull
(Interval interval) Compute and return the smallest interval containing both this interval and the argument interval (i.e., the union of they are intersected).double[]
Interval.vertexCoordinates
(double x) Compute the local "vertex coordinates" of the argument x with respect to this interval I ⊂ R.Constructors in xal.tools.math that throw MathExceptionModifierConstructorDescriptionClosedInterval
(double min, double max) Initializing constructor - create a new open interval with specified endpoints.ClosedInterval
(Interval interval) Copy constructor - create a new open interval initialized to the argument.Copy constructor - create a new open interval initialized to the argument.OpenInterval
(double min, double max) Initializing constructor - create a new open interval with specified endpoints.OpenInterval
(Interval interval) Copy constructor - create a new open interval initialized to the argument. -
Uses of MathException in xal.tools.math.r3
Subclasses of MathException in xal.tools.math.r3Constructors in xal.tools.math.r3 that throw MathExceptionModifierConstructorDescriptionClosedBox
(double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) Initializing constructor - creates a new instance of DomainR3 according to the given parameters.