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 > TransformBy
&40;
const TMatrix< T > & M
&41; const
Remarks
Get the result of transforming the plane by a Matrix.
TPlane inline functions. The result of transform.
Parameters
| Name | Description |
|---|---|
| M | The matrix to transform plane with. |