Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FMath
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
Include | #include "Math/UnrealMathUtility.h" |
Source | /Engine/Source/Runtime/Core/Public/Math/Plane.h |
template<typename FReal>
static bool IntersectPlanes2
&40;
UE::Math::TVector< FReal > & I,
UE::Math::TVector< FReal > & D,
const UE::Math::TPlane< FReal > & P1,
const UE::Math::TPlane< FReal > & P2
&41;
Remarks
Compute intersection point and direction of line joining two planes. Return 1 if valid, 0 if infinite.