Uses of Class
math.geom3d.Box3D

Packages that use Box3D
math.geom3d Spatial geometry toolbox. 
math.geom3d.line Spatial geometry toolbox. 
math.geom3d.plane Spatial geometry toolbox. 
 

Uses of Box3D in math.geom3d
 

Methods in math.geom3d that return Box3D
 Box3D PointSet3D.boundingBox()
           
 Box3D Shape3D.boundingBox()
           
 Box3D Point3D.boundingBox()
           
 Box3D Box3D.intersection(Box3D box)
          Returns the Box2D which is contained both by this box and by the specified box.
 Box3D Box3D.union(Box3D box)
          Returns the Box2D which contains both this box and the specified box.
 

Methods in math.geom3d with parameters of type Box3D
 Shape3D PointSet3D.clip(Box3D box)
           
 Shape3D Shape3D.clip(Box3D box)
           
 Shape3D Point3D.clip(Box3D box)
          Returns the clipped point, or null if empty.
 Box3D Box3D.intersection(Box3D box)
          Returns the Box2D which is contained both by this box and by the specified box.
 Box3D Box3D.union(Box3D box)
          Returns the Box2D which contains both this box and the specified box.
 

Uses of Box3D in math.geom3d.line
 

Methods in math.geom3d.line that return Box3D
 Box3D LineSegment3D.boundingBox()
           
 Box3D StraightLine3D.boundingBox()
           
 

Methods in math.geom3d.line with parameters of type Box3D
 Shape3D LineSegment3D.clip(Box3D box)
           
 Shape3D StraightLine3D.clip(Box3D box)
           
 

Uses of Box3D in math.geom3d.plane
 

Methods in math.geom3d.plane that return Box3D
 Box3D Plane3D.boundingBox()
           
 

Methods in math.geom3d.plane with parameters of type Box3D
 Shape3D Plane3D.clip(Box3D box)