Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > TSphere
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Sphere.h |
Include | #include "Math/Sphere.h" |
bool Equals
&40;
const TSphere< T > & Sphere,
T Tolerance
&41; const
Remarks
Check whether two spheres are the same within specified tolerance. true if spheres are equal within specified tolerance, otherwise false.
Parameters
Name | Description |
---|---|
Sphere | The other sphere. |
Tolerance | Error Tolerance. |