Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/TAABB
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
operator+=(const double *)
| Name | operator+= |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Aabb.h |
| Include Path | #include "Math/Aabb.h" |
TAABB & operator+=
(
const double * Point
)
operator+=(const PointType &)
| Name | operator+= |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Aabb.h |
| Include Path | #include "Math/Aabb.h" |
TAABB & operator+=
(
const PointType & Point
)
operator+=(const TArray< PointType > &)
| Name | operator+= |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Aabb.h |
| Include Path | #include "Math/Aabb.h" |
TAABB & operator+=
(
const TArray < PointType > & Points
)
operator+=(const TAABB &)
| Name | operator+= |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Aabb.h |
| Include Path | #include "Math/Aabb.h" |
TAABB & operator+=
(
const TAABB & aabb
)