Uses of Class
org.scilab.forge.scirenderer.implementation.g2d.motor.BoundingBox
Packages that use BoundingBox
-
Uses of BoundingBox in org.scilab.forge.scirenderer.implementation.g2d.motor
Fields in org.scilab.forge.scirenderer.implementation.g2d.motor declared as BoundingBoxMethods in org.scilab.forge.scirenderer.implementation.g2d.motor that return BoundingBoxModifier and TypeMethodDescriptionstatic BoundingBox
BoundingBox.getBoundingBox
(AbstractDrawable3DObject object) Get the bounding box of an objectMethods in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type BoundingBoxModifier and TypeMethodDescriptionboolean
BoundingBox.isIntersecting
(BoundingBox box) boolean
BoundingBox.isStrictlyIntersecting
(BoundingBox box) int
BoundingBox.xCompare
(BoundingBox box) Get the relative x-position of this bounding-box and of the boxint
BoundingBox.yCompare
(BoundingBox box) Get the relative y-position of this bounding-box and of the boxint
BoundingBox.zCompare
(BoundingBox box) Get the relative z-position of this bounding-box and of the box