RectangleBoundingBox Methods

The RectangleBoundingBox type exposes the following members.

Methods
  NameDescription
Public methodCollide
Checks if the current axis-aligned 3d bounding box collides with another given axis-aligned 3d bounding box. Both axis-aligned 3d bounding boxes need to be in the same coordinate system or in the same workplane, so that they are defined using the same axes.
(Inherited from AABB.)
Public methodStatic memberCreateRectangleBoundingBox
Creates a new RectangleBoundingBox with the given values.
Public methodGetCenterPoint
Returns the geometric center point of the current axis-aligned 3d bounding box.
(Inherited from AABB.)
Public methodGetCornerPoints
Returns all corner points of the current axis-aligned 3d bounding box.
(Inherited from AABB.)
Public methodIsEqual
Compares the current object with an object of the same type.
Public methodIsInside(LineSegment)
Checks if the given line segment is inside the current axis-aligned 3d bounding box.
(Inherited from AABB.)
Public methodIsInside(Point)
Checks if the given point is inside the current axis-aligned 3d bounding box.
(Inherited from AABB.)
Public methodToString
Returns the rectangle bounding box values as a string.
(Overrides ObjectToString.)
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next