Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TPlane
Description
Get the result of transforming the plane by a Matrix.
TPlane inline functions.
| Name | TransformBy |
| 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 > TransformBy
(
const TMatrix < T > & M
) const
The result of transform.
Parameters
| Name | Remarks |
|---|---|
| M | The matrix to transform plane with. |