Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TPlane
Description
You can optionally pass in the matrices transpose-adjoint, which save it recalculating it. MSM: If we are going to save the transpose-adjoint we should also save the more expensive determinant.
| Name | TransformByUsingAdjointT |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Plane.h |
| Include Path | #include "Math/Plane.h" |
| Source | /Engine/Source/Runtime/Core/Public/Math/Matrix.inl |
TPlane < T > TransformByUsingAdjointT
(
const TMatrix < T > & M,
T DetM,
const TMatrix < T > & TA
) const
The result of transform.
Parameters
| Name | Remarks |
|---|---|
| M | The Matrix to transform plane with. |
| DetM | Determinant of Matrix. |
| TA | Transpose-adjoint of Matrix. |