Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Math > API/Runtime/CADKernel/Math/UE__CADKernel__FindIntersectionO-
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Geometry.h |
| Include | #include "Math/Geometry.h" |
namespace UE
{
namespace CADKernel
{
FPoint2D UE::CADKernel::FindIntersectionOfSegments2D
(
const FSegment2D & SegmentAB,
const FSegment2D & SegmentCD
)
}
}
Remarks
The segments must intersect because no check is done