Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Math
Inheritance Hierarchy
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Aabb.h |
| Include | #include "Math/Aabb.h" |
Syntax
template<class PointType>
class TAABB
Variables
| Type | Name | Description | |
|---|---|---|---|
| PointType | MaxCorner | ||
| PointType | MinCorner |
Constructors
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | Contains
(
const PointType& Point |
||
| PointType | Diagonal () |
||
| double | |||
| void | Empty () |
||
| const PointType & | GetMax () |
||
| double | GetMaxSize () |
||
| const PointType & | GetMin () |
||
| double | |||
| bool | IsValid () |
||
| void | Offset
(
double Offset |
||
| void | SetMinSize
(
double MinSize |
Operators
| Type | Name | Description | |
|---|---|---|---|
| TAABB | operator+
(
const PointType& Point |
||
| TAABB | |||
| TAABB & | operator+=
(
const PointType& Point |
||
| TAABB & | operator+=
(
const double* Point |
||
| TAABB & | operator+=
(
const TAABB& aabb |
||
| TAABB & | operator+=
(
const TArray< PointType >& Points |