Navigation
API > API/Runtime > API/Runtime/CADKernel
| Name | TAABB |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Aabb.h |
| Include Path | #include "Math/Aabb.h" |
Syntax
template<class PointType, int Dimension>
class TAABB
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAABB () |
Math/Aabb.h | ||
TAABB () |
Math/Aabb.h | ||
TAABB () |
Math/Aabb.h | ||
TAABB
(
const PointType& InMinCorner, |
Math/Aabb.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Math/Aabb.h | |||
bool Contains
(
const PointType& Point |
Math/Aabb.h | ||
PointType Diagonal() |
Math/Aabb.h | ||
double DiagonalLength() |
Math/Aabb.h | ||
void Empty () |
Math/Aabb.h | ||
void Empty () |
Math/Aabb.h | ||
void Empty () |
Math/Aabb.h | ||
const PointType & GetMax() |
Math/Aabb.h | ||
double GetMaxSize() |
Math/Aabb.h | ||
const PointType & GetMin() |
Math/Aabb.h | ||
double GetSize
(
int32 Axis |
Math/Aabb.h | ||
bool IsValid() |
Math/Aabb.h | ||
void Offset
(
double Offset |
Math/Aabb.h | ||
void SetMinSize
(
double MinSize |
Math/Aabb.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Math/Aabb.h | |||
| Math/Aabb.h | |||
TAABB & operator+=
(
const double* Point |
Math/Aabb.h | ||
TAABB & operator+=
(
const PointType& Point |
Math/Aabb.h | ||
TAABB & operator+=
(
const TArray< PointType >& Points |
Math/Aabb.h | ||
TAABB & operator+=
(
const TAABB& aabb |
Math/Aabb.h |