Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TOrientedBox3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| OrientedBoxTypes.h | |||
TOrientedBox3
(
const TAxisAlignedBox3< RealType >& AxisBox |
Create oriented box from axis-aligned box | OrientedBoxTypes.h | |
TOrientedBox3
(
const FOrientedBox& Box |
Convert from CoreMath's FOrientedBox. | OrientedBoxTypes.h | |
TOrientedBox3
(
const TVector< RealType >& Origin, |
Create axis-aligned box with given Origin and Extents | OrientedBoxTypes.h | |
TOrientedBox3
(
const TFrame3< RealType >& FrameIn, |
Create oriented box with given Frame and Extents | OrientedBoxTypes.h |
TOrientedBox3()
| Name | TOrientedBox3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include Path | #include "OrientedBoxTypes.h" |
TOrientedBox3()
TOrientedBox3(const TAxisAlignedBox3< RealType > &)
Description
Create oriented box from axis-aligned box
| Name | TOrientedBox3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include Path | #include "OrientedBoxTypes.h" |
TOrientedBox3
(
const TAxisAlignedBox3 < RealType > & AxisBox
)
TOrientedBox3(const FOrientedBox &)
Description
Convert from CoreMath's FOrientedBox.
| Name | TOrientedBox3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include Path | #include "OrientedBoxTypes.h" |
TOrientedBox3
(
const FOrientedBox & Box
)
TOrientedBox3(const TVector< RealType > &, const TVector< RealType > &)
Description
Create axis-aligned box with given Origin and Extents
| Name | TOrientedBox3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include Path | #include "OrientedBoxTypes.h" |
TOrientedBox3
(
const TVector < RealType > & Origin,
const TVector < RealType > & ExtentsIn
)
TOrientedBox3(const TFrame3< RealType > &, const TVector< RealType > &)
Description
Create oriented box with given Frame and Extents
| Name | TOrientedBox3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include Path | #include "OrientedBoxTypes.h" |
TOrientedBox3
(
const TFrame3 < RealType > & FrameIn,
const TVector < RealType > & ExtentsIn
)