Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TPlane
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Gets result of scaling a plane. | Math/Plane.h | ||
| Gets result of multiplying a plane with this. | Math/Plane.h |
operator*(T)
Description
Gets result of scaling a plane.
| Name | operator* |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Plane.h |
| Include Path | #include "Math/Plane.h" |
TPlane < T > operator*
(
T Scale
) const
The result of scaling.
Parameters
| Name | Remarks |
|---|---|
| Scale | The scaling factor. |
operator*(const TPlane< T > &)
Description
Gets result of multiplying a plane with this.
| Name | operator* |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Plane.h |
| Include Path | #include "Math/Plane.h" |
TPlane < T > operator*
(
const TPlane < T > & V
) const
The result of multiplying a plane with this.
Parameters
| Name | Remarks |
|---|---|
| V | The other plane. |