Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Distance
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Distance/DistLine3Segment3.h |
| Include | #include "Distance/DistLine3Segment3.h" |
namespace UE
{
namespace Geometry
{
template<typename Real>
double UE::Geometry::SquaredDistanceFromLineIntegratedAlongSegment
(
const TLine3 < Real > & Line,
const TSegment3 < Real > & Segment
)
}
}
Remarks
Integrates the squared distance to a line along a given segment.