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" |
TPlane < T > operator+
(
const TPlane < T > & V
) const
Remarks
Gets result of adding a plane to this. The result of adding a plane to this.
Parameters
| Name | Description |
|---|---|
| V | The other plane. |