|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.getBoundingBox()
|
Box3D |
Point3D.getBoundingBox()
|
Box3D |
Shape3D.getBoundingBox()
|
Box3D |
Shape3D.EmptySet3D.getBoundingBox()
|
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 |
Point3D.clip(Box3D box)
|
Shape3D |
Shape3D.clip(Box3D box)
|
Shape3D |
Shape3D.EmptySet3D.clip(Box3D box)
|
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 |
StraightLine3D.getBoundingBox()
|
Box3D |
LineSegment3D.getBoundingBox()
|
Methods in math.geom3d.line with parameters of type Box3D | |
---|---|
Shape3D |
StraightLine3D.clip(Box3D box)
|
Shape3D |
LineSegment3D.clip(Box3D box)
|
Uses of Box3D in math.geom3d.plane |
---|
Methods in math.geom3d.plane that return Box3D | |
---|---|
Box3D |
Plane3D.getBoundingBox()
|
Methods in math.geom3d.plane with parameters of type Box3D | |
---|---|
Shape3D |
Plane3D.clip(Box3D box)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |