Navigation
API > API/Runtime > API/Runtime/Engine
| Name | TLumenCardOBB |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/MeshCardRepresentation.h |
| Include Path | #include "MeshCardRepresentation.h" |
Syntax
template<typename T>
class TLumenCardOBB
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor (no initialization). | MeshCardRepresentation.h | ||
| Creates and initializes a new OBB with zeros | MeshCardRepresentation.h | ||
TLumenCardOBB
(
const TLumenCardOBB< FArg >& From |
Conversion from other type. | MeshCardRepresentation.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AxisX | UE::Math::TVector< T > | MeshCardRepresentation.h | ||
| AxisY | UE::Math::TVector< T > | MeshCardRepresentation.h | ||
| AxisZ | UE::Math::TVector< T > | MeshCardRepresentation.h | ||
| Extent | UE::Math::TVector< T > | MeshCardRepresentation.h | ||
| Origin | UE::Math::TVector< T > | MeshCardRepresentation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T ComputeSquaredDistanceToPoint
(
UE::Math::TVector< T > WorldPosition |
MeshCardRepresentation.h | ||
bool ContainsNaN() |
MeshCardRepresentation.h | ||
UE::Math::TBox< T > GetBox() |
MeshCardRepresentation.h | ||
UE::Math::TMatrix< T > GetCardToLocal() |
MeshCardRepresentation.h | ||
UE::Math::TVector< T > GetDirection() |
MeshCardRepresentation.h | ||
void Reset() |
MeshCardRepresentation.h | ||
UE::Math::TVector< T > RotateCardToLocal
(
UE::Math::TVector< T > Vector3 |
MeshCardRepresentation.h | ||
UE::Math::TVector< T > RotateLocalToCard
(
UE::Math::TVector< T > Vector3 |
MeshCardRepresentation.h | ||
TLumenCardOBB< T > Transform
(
UE::Math::TMatrix< T > LocalToWorld, |
MeshCardRepresentation.h | ||
UE::Math::TVector< T > TransformCardToLocal
(
UE::Math::TVector< T > CardPosition |
MeshCardRepresentation.h | ||
UE::Math::TVector< T > TransformLocalToCard
(
UE::Math::TVector< T > LocalPosition |
MeshCardRepresentation.h |