Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Math
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/Geometry.h |
| Include | #include "Math/Geometry.h" |
namespace UE
{
namespace CADKernel
{
bool UE::CADKernel::FindIntersectionOfLines2D
(
const FSegment2D & LineAB,
const FSegment2D & LineCD,
FPoint2D & OutIntersectionPoint
)
}
}
false if the lines are parallel