Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
Inheritance Hierarchy
- TMatrix
- TMirrorMatrix
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/MirrorMatrix.h |
| Include | #include "Math/MirrorMatrix.h" |
Syntax
template<typename T>
struct TMirrorMatrix : public UE::Math::TMatrix< T >
Remarks
Mirrors a point about an arbitrary plane
Constructors
| Type | Name | Description | |
|---|---|---|---|
TMirrorMatrix
(
const TPlane< T >& Plane |
Constructor. Updated for the fact that our FPlane uses Ax+By+Cz=D. | ||
TMirrorMatrix
(
const TMirrorMatrix< FArg >& From |
Conversion to other type. |