Uses of Class
org.djutils.draw.bounds.Bounds3d
Packages that use Bounds3d
Package
Description
The draw package contains the generic classes for device-independent drawing.
Methods for Bounds of an object to quickly determine whether an object needs to be drawn or not.
The line package provides an interface and different implementations for lines.
The djutils-draw point package provides a set of interfaces and implementations of Points.
The djutils-draw surface package provides an interface and different implementations for Areas.
-
Uses of Bounds3d in org.djutils.draw
Methods in org.djutils.draw that return Bounds3dModifier and TypeMethodDescriptionDrawable3d.getBounds()
Retrieve the bounding box of the object.Apply the stored transform on the provided Bounds3d and return a new Bounds3d with the bounds of the transformed coordinates.Methods in org.djutils.draw with parameters of type Bounds3d -
Uses of Bounds3d in org.djutils.draw.bounds
Methods in org.djutils.draw.bounds that return Bounds3dModifier and TypeMethodDescriptionBounds3d.getBounds()
Bounds3d.intersection
(Bounds3d otherBounds3d) Methods in org.djutils.draw.bounds with parameters of type Bounds3d -
Uses of Bounds3d in org.djutils.draw.line
Methods in org.djutils.draw.line that return Bounds3d -
Uses of Bounds3d in org.djutils.draw.point
Methods in org.djutils.draw.point that return Bounds3d -
Uses of Bounds3d in org.djutils.draw.surface
Methods in org.djutils.draw.surface that return Bounds3d