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