Uses of Class
xal.tools.math.ClosedInterval
Packages that use ClosedInterval
-
Uses of ClosedInterval in xal.tools.math
Methods in xal.tools.math with parameters of type ClosedIntervalModifier and TypeMethodDescriptionbooleanClosedInterval.contains(ClosedInterval interval) Is the given interval a subset of this interval.booleanClosedInterval.intersect(ClosedInterval interval) Is there a nonzero intersection between this interval and the argument. -
Uses of ClosedInterval in xal.tools.math.r3
Methods in xal.tools.math.r3 that return ClosedIntervalModifier and TypeMethodDescriptionClosedBox.get1()Get first dimension extentClosedBox.get2()Get second dimension extentClosedBox.get3()Get second dimension extentClosedBox.getXDimension()Get the x dimensionClosedBox.getYDimension()Get the y dimensionClosedBox.getZDimension()Get the z dimensionConstructors in xal.tools.math.r3 with parameters of type ClosedIntervalModifierConstructorDescriptionClosedBox(ClosedInterval i1, ClosedInterval i2, ClosedInterval i3) Initializing constructor - creates a new instance of DomainR3 according to the given parameters.