Uses of Class
org.anchoranalysis.mpp.bean.bound.Bound
Packages that use Bound
Package
Description
Lower and upper limits set around variables.
Bounds on how to rotate an entity in Euclidean space.
Mark
s implementing conic sections.-
Uses of Bound in org.anchoranalysis.mpp.bean.bound
Subclasses of Bound in org.anchoranalysis.mpp.bean.boundModifier and TypeClassDescriptionclass
Represents an upper and lower bound in degrees which is converted to radians when resolved.class
An abstract class representing a bound with minimum and maximum values.class
A bound representing physical extents, which can be resolved based on image resolution.class
A bound representing unitless values, where the minimum and maximum are not affected by resolution.Methods in org.anchoranalysis.mpp.bean.bound that return Bound -
Uses of Bound in org.anchoranalysis.mpp.bean.bound.rotation
Methods in org.anchoranalysis.mpp.bean.bound.rotation that return BoundModifier and TypeMethodDescriptionBoundRotation2D.getRotationAngle()
BoundRotation3D.getRotationX()
BoundRotation3D.getRotationY()
BoundRotation3D.getRotationZ()
Methods in org.anchoranalysis.mpp.bean.bound.rotation with parameters of type BoundModifier and TypeMethodDescriptionvoid
BoundRotation2D.setRotationAngle
(Bound rotationAngle) void
BoundRotation3D.setRotationX
(Bound rotationX) void
BoundRotation3D.setRotationY
(Bound rotationY) void
BoundRotation3D.setRotationZ
(Bound rotationZ) -
Uses of Bound in org.anchoranalysis.mpp.mark.conic
Methods in org.anchoranalysis.mpp.mark.conic that return BoundMethods in org.anchoranalysis.mpp.mark.conic with parameters of type BoundModifier and TypeMethodDescriptionstatic Point3d
RadiiRandomizer.randomizeRadii
(Bound bound, RandomNumberGenerator randomNumberGenerator, Optional<Resolution> resolution, boolean do3D) Generates random radii for a conic shape.Constructors in org.anchoranalysis.mpp.mark.conic with parameters of type Bound