FPlane::TransformByUsingAdjointT

You can optionally pass in the matrices transpose-adjoint, which save it recalculating it.

Windows
MacOS
Linux

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

Syntax

FPlane TransformByUsingAdjointT
(
    const FMatrix & M,
    float DetM,
    const FMatrix & 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.

Returns

The result of transform.

Parameters

Parameter

Description

M

The Matrix to transform plane with.

DetM

Determinant of Matrix.

TA

Transpose-adjoint of Matrix.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss