Navigation
API > API/Plugins > API/Plugins/DisplayClusterWarp > API/Plugins/DisplayClusterWarp/Containers
Inheritance Hierarchy
- TBox
- FDisplayClusterWarpAABB
References
| Module | DisplayClusterWarp |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterWarp/Public/Containers/DisplayClusterWarpAABB.h |
| Include | #include "Containers/DisplayClusterWarpAABB.h" |
Syntax
struct FDisplayClusterWarpAABB : public UE::Math::TBox< double >
Remarks
Implement AABB math
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector | GetAABBPts
(
const uint32 InPtsIndex |
The AABB defined by 8 points Get AABB 3d-cube points: | |
| void | UpdateAABB
(
const FVector4f& InPts |
Expand value in AABB with a new point. | |
| void | UpdateAABB
(
const FVector& InPts |
Expand value in AABB with a new point. | |
| void | UpdateAABB
(
const TArray< FVector >& InPoints |
Expand the value in AABB using the input point list. | |
| void | UpdateAABB
(
const FDisplayClusterWarpAABB& InAABB |
Expand the value in AABB using the input AABB. | |
| void | UpdateAABB
(
const FArg X, |
Expand the value in AABB with the new values. |