Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FAABB
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAABB () |
Math/Aabb.h | ||
FAABB
(
const FVector& InMinCorner, |
Math/Aabb.h |
FAABB()
| Name | FAABB |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Aabb.h |
| Include Path | #include "Math/Aabb.h" |
FAABB()
FAABB(const FVector &, const FVector &)
| Name | FAABB |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Aabb.h |
| Include Path | #include "Math/Aabb.h" |
FAABB
(
const FVector & InMinCorner,
const FVector & InMaxCorner
)