Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMirrorMatrix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMirrorMatrix
(
const TPlane< T >& Plane |
Constructor. Updated for the fact that our FPlane uses Ax+By+Cz=D. | Math/MirrorMatrix.h | |
TMirrorMatrix
(
const TMirrorMatrix< FArg >& From |
Conversion to other type. | Math/MirrorMatrix.h |
TMirrorMatrix(const TPlane< T > &)
Description
Constructor. Updated for the fact that our FPlane uses Ax+By+Cz=D.
| Name | TMirrorMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/MirrorMatrix.h |
| Include Path | #include "Math/MirrorMatrix.h" |
TMirrorMatrix
(
const TPlane < T > & Plane
)
Parameters
| Name | Remarks |
|---|---|
| Plane | source plane for mirroring (assumed normalized) |
TMirrorMatrix(const TMirrorMatrix< FArg > &)
Description
Conversion to other type.
| Name | TMirrorMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/MirrorMatrix.h |
| Include Path | #include "Math/MirrorMatrix.h" |
template<typename FArg, std::enable_if_t<(!std::is_same_v< T, FArg >), int >>
TMirrorMatrix
(
const TMirrorMatrix < FArg > & From
)