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" |
bool Normalize
&40;
T Tolerance
&41;
Remarks
Normalize this plane in-place if it is larger than a given tolerance. Leaves it unchanged if not. true if the plane was normalized correctly, false otherwise.
Parameters
| Name | Description |
|---|---|
| Tolerance | Minimum squared length of vector for normalization. |