Description | Hierarchy | Fields | Methods | Properties |
type TBoundingBox = record
Three-Dimensional axis-aligned bounding box.
Equals irr::core::aabbox3df.
MinEdge: TVector3D; |
MaxEdge: TVector3D; |
procedure AddInternalBox(const Box: TBoundingBox); inline; |
procedure AddInternalPoint(const Point: TVector3D); inline; |
procedure Reset(const Box: TBoundingBox); overload; inline; |
procedure Reset(const Vector: TVector3D); overload; inline; |
MinEdge: TVector3D; |
MaxEdge: TVector3D; |
procedure AddInternalBox(const Box: TBoundingBox); inline; |
Extends the box to contain another box. Parameters
|
procedure AddInternalPoint(const Point: TVector3D); inline; |
Extends the box to contain a given vector. Parameters
|
procedure Reset(const Box: TBoundingBox); overload; inline; |
Resets the bounding box. Parameters
|
procedure Reset(const Vector: TVector3D); overload; inline; |
Resets the bounding box to a single point. Parameters
|