Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TOrientedBox2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| OrientedBoxTypes.h | |||
TOrientedBox2
(
const TAxisAlignedBox2< RealType >& AxisBox |
Create oriented box from axis-aligned box | OrientedBoxTypes.h | |
TOrientedBox2
(
const TVector2< RealType >& OriginIn, |
Create axis-aligned box with given Origin and Extents | OrientedBoxTypes.h | |
TOrientedBox2
(
const TVector2< RealType >& OriginIn, |
Create oriented box with given Origin, X Axis and Extents | OrientedBoxTypes.h | |
TOrientedBox2
(
const TVector2< RealType >& OriginIn, |
Create oriented box with given Origin, Angle (in radians) and Extents | OrientedBoxTypes.h |
TOrientedBox2()
| Name | TOrientedBox2 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include Path | #include "OrientedBoxTypes.h" |
TOrientedBox2()
TOrientedBox2(const TAxisAlignedBox2< RealType > &)
Description
Create oriented box from axis-aligned box
| Name | TOrientedBox2 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include Path | #include "OrientedBoxTypes.h" |
TOrientedBox2
(
const TAxisAlignedBox2 < RealType > & AxisBox
)
TOrientedBox2(const TVector2< RealType > &, const TVector2< RealType > &)
Description
Create axis-aligned box with given Origin and Extents
| Name | TOrientedBox2 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include Path | #include "OrientedBoxTypes.h" |
TOrientedBox2
(
const TVector2 < RealType > & OriginIn,
const TVector2 < RealType > & ExtentsIn
)
TOrientedBox2(const TVector2< RealType > &, const TVector2< RealType > &, const TVector2< RealType > &)
Description
Create oriented box with given Origin, X Axis and Extents
| Name | TOrientedBox2 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include Path | #include "OrientedBoxTypes.h" |
TOrientedBox2
(
const TVector2 < RealType > & OriginIn,
const TVector2 < RealType > & XAxisIn,
const TVector2 < RealType > & ExtentsIn
)
TOrientedBox2(const TVector2< RealType > &, RealType, const TVector2< RealType > &)
Description
Create oriented box with given Origin, Angle (in radians) and Extents
| Name | TOrientedBox2 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/OrientedBoxTypes.h |
| Include Path | #include "OrientedBoxTypes.h" |
TOrientedBox2
(
const TVector2 < RealType > & OriginIn,
RealType AngleRad,
const TVector2 < RealType > & ExtentsIn
)