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. -
-
Uses of Bounds3d in org.djutils.draw
Methods in org.djutils.draw that return Bounds3d Modifier and Type Method Description Bounds3d
Drawable3d. getBounds()
Retrieve the bounding box of the object.Bounds3d
Transform3d. 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 Bounds3d
Transform3d. 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 Bounds3d
Bounds3d. getBounds()
Retrieve the bounding box of the object.Bounds3d
Bounds3d. 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 boolean
Bounds3d. covers(Bounds3d otherBounds3d)
Check if this Bounds contains another Bounds.boolean
Bounds3d. disjoint(Bounds3d otherBounds3d)
Return whether this Bounds is disjoint from another Bounds.Bounds3d
Bounds3d. intersection(Bounds3d otherBounds3d)
Return the intersecting Bounds of this Bounds and another Bounds.boolean
Bounds3d. 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 Bounds3d
LineSegment3d. getBounds()
Retrieve the bounding box of the object.Bounds3d
PolyLine3d. getBounds()
Retrieve the bounding box of the object.Bounds3d
Ray3d. 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 Bounds3d
Point3d. getBounds()
Retrieve the bounding box of the object.
-