Uses of Class
org.scilab.forge.scirenderer.implementation.g2d.motor.BoundingBox
-
Packages that use BoundingBox Package Description org.scilab.forge.scirenderer.implementation.g2d.motor -
-
Uses of BoundingBox in org.scilab.forge.scirenderer.implementation.g2d.motor
Fields in org.scilab.forge.scirenderer.implementation.g2d.motor declared as BoundingBox Modifier and Type Field Description protected BoundingBoxAbstractDrawable3DObject. bboxMethods in org.scilab.forge.scirenderer.implementation.g2d.motor that return BoundingBox Modifier and Type Method Description static BoundingBoxBoundingBox. getBoundingBox(AbstractDrawable3DObject object)Get the bounding box of an objectMethods in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type BoundingBox Modifier and Type Method Description booleanBoundingBox. isIntersecting(BoundingBox box)booleanBoundingBox. isStrictlyIntersecting(BoundingBox box)intBoundingBox. xCompare(BoundingBox box)Get the relative x-position of this bounding-box and of the boxintBoundingBox. yCompare(BoundingBox box)Get the relative y-position of this bounding-box and of the boxintBoundingBox. zCompare(BoundingBox box)Get the relative z-position of this bounding-box and of the box
-