Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TPlane
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Plane.h |
| Include | #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
Remarks
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. The result of transform.
Parameters
| Name | Description |
|---|---|
| M | The Matrix to transform plane with. |
| DetM | Determinant of Matrix. |
| TA | Transpose-adjoint of Matrix. |