Uses of Class
org.djutils.draw.bounds.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 d1 package provides an interface and different implementations for lines.
The d0 package provides a set of interfaces and implementations of Points.
The d1 package provides an interface and different implementations for Areas.
-
Uses of Bounds3d in org.djutils.draw
Modifier 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. -
Uses of Bounds3d in org.djutils.draw.bounds
Modifier and TypeMethodDescriptionBounds3d.getBounds()
Bounds3d.intersection
(Bounds3d otherBounds3d) -
Uses of Bounds3d in org.djutils.draw.line
-
Uses of Bounds3d in org.djutils.draw.point
-
Uses of Bounds3d in org.djutils.draw.surface