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 Equals
&40;
const TPlane< T > & V,
T Tolerance
&41; const
Remarks
Checks whether two planes are equal within specified tolerance. true if the two planes are equal within specified tolerance, otherwise false.
Parameters
| Name | Description |
|---|---|
| V | The other plane. |
| Tolerance | Error Tolerance. |