Uses of Class
org.djutils.draw.bounds.Bounds3d
-
Packages that use Bounds3d Package Description org.djutils.draw The draw package contains the generic classes for device-independent drawing.org.djutils.draw.bounds Methods for Bounds of an object to quickly determine whether an object needs to be drawn or not.org.djutils.draw.line The d1 package provides an interface and different implementations for lines.org.djutils.draw.point The d0 package provides a set of interfaces and implementations of Points.org.djutils.draw.surface The d1 package provides an interface and different implementations for Areas. -
-
Uses of Bounds3d in org.djutils.draw
Methods in org.djutils.draw that return Bounds3d Modifier and Type Method Description Bounds3dDrawable3d. getBounds()Retrieve the bounding box of the object.Bounds3dTransform3d. transform(Bounds3d boundingBox)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 Modifier and Type Method Description Bounds3dTransform3d. transform(Bounds3d boundingBox)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
Methods in org.djutils.draw.bounds that return Bounds3d Modifier and Type Method Description Bounds3dBounds3d. getBounds()Retrieve the bounding box of the object.Bounds3dBounds3d. intersection(Bounds3d otherBounds3d)Return the intersecting Bounds of this Bounds and another Bounds.Methods in org.djutils.draw.bounds with parameters of type Bounds3d Modifier and Type Method Description Bounds3dBounds3d. intersection(Bounds3d otherBounds3d)Return the intersecting Bounds of this Bounds and another Bounds.booleanBounds3d. intersects(Bounds3d otherBounds3d)Return whether this Bounds intersects another Bounds. -
Uses of Bounds3d in org.djutils.draw.line
Methods in org.djutils.draw.line that return Bounds3d Modifier and Type Method Description Bounds3dLineSegment3d. getBounds()Retrieve the bounding box of the object.Bounds3dPolyLine3d. getBounds()Retrieve the bounding box of the object.Bounds3dRay3d. getBounds()Retrieve the bounding box of the object. -
Uses of Bounds3d in org.djutils.draw.point
Methods in org.djutils.draw.point that return Bounds3d Modifier and Type Method Description Bounds3dPoint3d. getBounds()Retrieve the bounding box of the object. -
Uses of Bounds3d in org.djutils.draw.surface
Methods in org.djutils.draw.surface that return Bounds3d Modifier and Type Method Description Bounds3dSurface3d. getBounds()Retrieve the bounding box of the object.
-