Class Bounds

  • All Implemented Interfaces:
    Serializable, org.djutils.draw.bounds.Bounds<org.djutils.draw.bounds.Bounds3d,​org.djutils.draw.point.Point3d,​org.djutils.draw.Drawable3d>, org.djutils.draw.Drawable<org.djutils.draw.point.Point3d>, org.djutils.draw.Drawable3d

    public class Bounds
    extends org.djutils.draw.bounds.Bounds3d
    Bounds.java.

    Copyright (c) 2020-2022 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
    BSD-style license. See OpenTrafficSim License.

    Author:
    Alexander Verbraeck, Peter Knoppers, Wouter Schakel
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Bounds()  
      Bounds​(double deltaX, double deltaY, double deltaZ)  
      Bounds​(double minX, double maxX, double minY, double maxY, double minZ, double maxZ)  
      Bounds​(Collection<org.djutils.draw.Drawable3d> drawableCollection)  
      Bounds​(Iterator<? extends org.djutils.draw.point.Point3d> points)  
      Bounds​(org.djutils.draw.Drawable3d drawable3d)  
      Bounds​(org.djutils.draw.Drawable3d... drawable3d)  
      Bounds​(org.djutils.draw.point.Point3d[] points)  
    • Method Summary

      • Methods inherited from class org.djutils.draw.bounds.Bounds3d

        contains, contains, contains, covers, covers, covers, disjoint, equals, getBounds, getDeltaZ, getMaxX, getMaxY, getMaxZ, getMinX, getMinY, getMinZ, getPoints, getVolume, hashCode, intersection, intersects, midPoint, pointsOf, pointsOf, project, size, toString, toString
      • Methods inherited from interface org.djutils.draw.bounds.Bounds

        getDeltaX, getDeltaY
      • Methods inherited from interface org.djutils.draw.Drawable

        toString, toString
      • Methods inherited from interface org.djutils.draw.Drawable3d

        getDimensions